2024-02-19T23:48:57.055 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:48:57.055 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114 --verbose -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/orig.config.yaml 2024-02-19T23:48:57.089 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:48:57.167 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7568114' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPMT8BZIpJo7at4PD0ML/Bvkf4AMcZNrYFUL+rKNH+7vvatsNY8vkL3PLfZrROfRLPlpdwhPumnmLWjC6UwuHGc= smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMRJskBesXCUL+GdVEgF1grIr2FVKpOI3OehEZ0rTuy2zMdJ2CJ+VkStikWSmNIDakUUUMbcu800UHL7fEn8rfc= 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:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-19T23:48:57.167 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:48:57.168 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:48:57.168 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:48:57.170 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:48:57.195 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:48:57.195 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:48:57.195 INFO:teuthology.packaging:ref: None 2024-02-19T23:48:57.196 INFO:teuthology.packaging:tag: None 2024-02-19T23:48:57.196 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:48:57.196 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:48:57.196 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:48:57.434 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549.g19854089 2024-02-19T23:48:57.435 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:48:57.442 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:48:57.442 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:48:57.464 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:48:57.478 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:48:57.483 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:48:57.505 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:44:04.078039', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPMT8BZIpJo7at4PD0ML/Bvkf4AMcZNrYFUL+rKNH+7vvatsNY8vkL3PLfZrROfRLPlpdwhPumnmLWjC6UwuHGc='} 2024-02-19T23:48:57.528 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:44:04.076558', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMRJskBesXCUL+GdVEgF1grIr2FVKpOI3OehEZ0rTuy2zMdJ2CJ+VkStikWSmNIDakUUUMbcu800UHL7fEn8rfc='} 2024-02-19T23:48:57.529 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:48:57.535 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-19T23:48:57.535 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-19T23:48:57.535 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:48:57.607 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feb1d14a0d0>, signals=[15]) 2024-02-19T23:48:57.607 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:48:57.613 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:48:57.614 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-02-19T23:48:57.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:48:57.701 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2024-02-19T23:48:57.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:48:57.774 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:48:57.781 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-02-19T23:48:57.802 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-02-19T23:48:57.802 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-02-19T23:48:57.863 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2024-02-19T23:48:57.863 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2024-02-19T23:48:57.863 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-19T23:48:57.864 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-19T23:48:57.865 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-02-19T23:48:57.896 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2024-02-19T23:48:57.918 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2024-02-19T23:48:57.918 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2024-02-19T23:48:57.978 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="Red Hat Enterprise Linux" 2024-02-19T23:48:57.978 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="8.6 (Ootpa)" 2024-02-19T23:48:57.978 INFO:teuthology.orchestra.run.smithi032.stdout:ID="rhel" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE="fedora" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="8.6" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:ANSI_COLOR="0;31" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://www.redhat.com/" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-19T23:48:57.979 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-19T23:48:57.980 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-19T23:48:57.980 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2024-02-19T23:48:58.003 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:48:58.011 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:48:58.016 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:48:58.017 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:48:58.019 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:48:58.039 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:48:58.045 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:48:58.045 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:48:58.079 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:48:58.120 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:48:58.174 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:48:58.189 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:48:58.189 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:48:58.189 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:48:58.190 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:48:58.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:48:58.210 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-02-19T23:48:58.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:48:58.211 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2024-02-19T23:48:58.270 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:48:58.270 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:48:58.271 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-02-19T23:48:58.272 INFO:teuthology.orchestra.run.smithi032.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:48:58.272 INFO:teuthology.task.kernel:Running kernel on smithi032: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:48:58.273 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum install -y kernel 2024-02-19T23:48:59.870 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2024-02-19T23:48:59.870 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2024-02-19T23:48:59.897 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-19T23:48:59.897 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-19T23:48:59.986 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:48:59.986 INFO:teuthology.orchestra.run.smithi032.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:48:59.986 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:49:00.021 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:00.021 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:49:00.021 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:01.949 INFO:teuthology.orchestra.run.smithi032.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-02-19T23:49:01.962 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2024-02-19T23:49:02.541 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2024-02-19T23:49:02.955 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-02-19T23:49:06.583 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 365 kB/s | 24 kB 00:00 2024-02-19T23:49:06.988 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 650 kB/s | 24 kB 00:00 2024-02-19T23:49:07.352 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-19T23:49:07.352 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-19T23:49:07.448 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-02-19T23:49:07.449 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-02-19T23:49:07.449 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-02-19T23:49:07.588 DEBUG:teuthology.orchestra.run.smithi032:> echo no | sudo yum reinstall kernel || true 2024-02-19T23:49:07.775 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-19T23:49:07.775 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-19T23:49:07.854 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-19T23:49:07.856 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-19T23:49:07.856 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-19T23:49:08.017 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-02-19T23:49:08.020 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2024-02-19T23:49:08.020 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2024-02-19T23:49:08.087 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:49:08.087 INFO:teuthology.orchestra.run.smithi032.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:49:08.087 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:49:08.404 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-19T23:49:08.404 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-19T23:49:08.452 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:02 ago on Mon 19 Feb 2024 11:49:06 PM UTC. 2024-02-19T23:49:08.462 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:08.462 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:49:08.462 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:08.537 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-19T23:49:08.538 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:49:08.580 INFO:teuthology.orchestra.run.smithi032.stderr:Error: No packages marked for reinstall. 2024-02-19T23:49:08.636 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum reinstall -y kernel || true 2024-02-19T23:49:08.821 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Mon 19 Feb 2024 11:49:06 PM UTC. 2024-02-19T23:49:08.922 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-19T23:49:08.923 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:49:08.964 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-02-19T23:49:09.020 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-02-19T23:49:09.020 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2024-02-19T23:49:09.021 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2024-02-19T23:49:09.154 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:49:09.154 INFO:teuthology.orchestra.run.smithi032.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:49:09.154 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:49:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-19T23:49:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-19T23:49:09.461 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:09.461 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:49:09.461 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:49:09.511 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:03 ago on Mon 19 Feb 2024 11:49:06 PM UTC. 2024-02-19T23:49:09.585 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-19T23:49:09.585 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:49:09.613 INFO:teuthology.orchestra.run.smithi032.stderr:Error: No packages marked for reinstall. 2024-02-19T23:49:09.669 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:49:09.815 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Mon 19 Feb 2024 11:49:06 PM UTC. 2024-02-19T23:49:09.839 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:49:09.840 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:49:09.840 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-19T23:49:09.840 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T23:49:09.840 DEBUG:teuthology.orchestra.run.smithi032:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:49:09.884 INFO:teuthology.orchestra.run.smithi032.stdout:ttyS1 2024-02-19T23:49:09.889 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-19T23:49:09.889 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:49:09.896 DEBUG:teuthology.parallel:result is None 2024-02-19T23:49:09.917 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-02-19T23:49:09.974 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:49:10.145 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:49:10.145 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:49:10.145 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-19T23:49:10.146 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T23:49:10.146 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:49:10.192 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-02-19T23:49:10.204 DEBUG:teuthology.parallel:result is None 2024-02-19T23:49:10.204 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T23:49:10.211 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T23:49:10.211 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:49:10.214 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:49:10.236 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T23:49:10.242 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T23:49:10.250 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T23:49:10.250 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:49:10.273 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:49:10.317 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T23:49:10.326 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T23:49:10.326 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:49:10.337 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:49:10.373 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:49:10.386 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:49:10.393 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:49:10.407 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:49:10.409 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T23:49:10.416 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T23:49:10.416 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:49:10.431 DEBUG:teuthology.orchestra.run.smithi032:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:49:10.484 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T23:49:10.493 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T23:49:10.493 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:49:10.506 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:49:10.545 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:49:10.614 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:49:10.677 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:49:10.724 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:49:10.774 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-19T23:49:10.774 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:49:10.847 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:49:10.896 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:49:10.955 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:49:11.045 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:49:11.093 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-19T23:49:11.093 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:49:11.168 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-02-19T23:49:11.171 DEBUG:teuthology.orchestra.run.smithi032:> sudo service rsyslog restart 2024-02-19T23:49:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:49:11.260 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:49:11.733 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T23:49:11.742 INFO:teuthology.task.internal:Starting timer... 2024-02-19T23:49:11.743 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T23:49:11.752 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T23:49:11.760 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-19T23:49:11.760 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-02-19T23:49:11.836 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-02-19T23:49:11.838 DEBUG:teuthology.orchestra.run.smithi032:> sudo service auditd rotate 2024-02-19T23:49:11.907 INFO:teuthology.orchestra.run.smithi032.stdout:Rotating logs: 2024-02-19T23:49:11.909 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T23:49:11.910 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-02-19T23:49:11.944 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-02-19T23:49:11.945 DEBUG:teuthology.orchestra.run.smithi032:> /usr/sbin/getenforce 2024-02-19T23:49:11.985 INFO:teuthology.orchestra.run.smithi032.stdout:Permissive 2024-02-19T23:49:11.985 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi032.front.sepia.ceph.com': 'permissive'} 2024-02-19T23:49:11.985 DEBUG:teuthology.orchestra.run.smithi005:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T23:49:12.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:49:12.016 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T23:49:12.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:49:12.057 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T23:49:12.057 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:49:12.086 DEBUG:teuthology.orchestra.run.smithi032:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:49:12.147 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T23:49:12.156 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-19T23:49:12.161 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-19T23:49:12.278 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T23:49:12.292 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-19T23:49:12.293 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi032.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T23:57:38.422 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi032.front.sepia.ceph.com')] 2024-02-19T23:57:38.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-19T23:57:38.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:57:38.505 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-02-19T23:57:38.577 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-19T23:57:38.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-02-19T23:57:38.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:57:38.659 DEBUG:teuthology.orchestra.run.smithi032:> true 2024-02-19T23:57:38.734 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-02-19T23:57:38.734 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T23:57:38.748 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T23:57:38.748 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:57:38.749 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:57:38.751 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:57:38.751 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:57:38.788 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:57:38.806 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:57:38.814 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:57:38.831 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:57:38.894 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-02-19T23:57:38.907 INFO:teuthology.orchestra.run.smithi032.stderr:sudo: ntpd: command not found 2024-02-19T23:57:38.908 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-02-19T23:57:38.922 INFO:teuthology.orchestra.run.smithi032.stdout:506 Cannot talk to daemon 2024-02-19T23:57:38.926 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:57:38.940 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:57:38.943 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:57:38.957 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:57:39.032 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-02-19T23:57:39.034 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.037 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.038 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:57:39.039 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2024-02-19T23:57:39.039 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.039 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.039 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.039 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:57:39.040 INFO:teuthology.run_tasks:Running task pexec... 2024-02-19T23:57:39.049 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-19T23:57:39.049 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-02-19T23:57:39.049 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:57:39.050 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi032.front.sepia.ceph.com 2024-02-19T23:57:39.050 DEBUG:teuthology.orchestra.run.smithi032:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:57:39.511 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-19T23:57:39.515 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2024-02-19T23:57:40.432 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 119 kB/s | 4.1 kB 00:00 2024-02-19T23:57:40.440 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 134 kB/s | 4.1 kB 00:00 2024-02-19T23:57:40.705 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 140 kB/s | 4.5 kB 00:00 2024-02-19T23:57:40.722 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2024-02-19T23:57:44.066 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-02-19T23:57:44.067 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout:Resetting modules: 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-02-19T23:57:44.068 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:57:44.118 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-19T23:57:44.119 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:57:49.411 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-02-19T23:57:49.696 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-19T23:57:49.933 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2024-02-19T23:57:50.220 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-19T23:57:50.804 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 135 kB/s | 4.1 kB 00:00 2024-02-19T23:57:51.064 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 145 kB/s | 4.5 kB 00:00 2024-02-19T23:57:51.076 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 132 kB/s | 4.1 kB 00:00 2024-02-19T23:57:51.427 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 139 kB/s | 4.5 kB 00:00 2024-02-19T23:57:54.358 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================== 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================== 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout:Installing group/module packages: 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: buildah x86_64 1:1.31.3-3.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman noarch 75-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: crun x86_64 1.8.7-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: netavark x86_64 2:1.7.0-2.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: python3-podman noarch 4.6.0-2.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 154 k 2024-02-19T23:57:54.538 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo x86_64 2:1.13.3-3.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: udica noarch 0.2.6-20.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout:Installing weak dependencies: 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout:Installing module profiles: 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools/common 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling module streams: 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools rhel8 2024-02-19T23:57:54.539 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================== 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:Install 13 Packages 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 26 M 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 87 M 2024-02-19T23:57:54.540 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-02-19T23:57:54.624 INFO:teuthology.orchestra.run.smithi032.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 301 kB/s | 25 kB 00:00 2024-02-19T23:57:54.640 INFO:teuthology.orchestra.run.smithi032.stdout:(2/13): criu-libs-3.18-4.module+el8.9.0+20326+3 397 kB/s | 39 kB 00:00 2024-02-19T23:57:54.657 INFO:teuthology.orchestra.run.smithi032.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2024-02-19T23:57:54.683 INFO:teuthology.orchestra.run.smithi032.stdout:(4/13): python3-pyxdg-0.25-16.el8.noarch.rpm 664 kB/s | 94 kB 00:00 2024-02-19T23:57:54.733 INFO:teuthology.orchestra.run.smithi032.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+212 11 MB/s | 1.0 MB 00:00 2024-02-19T23:57:54.775 INFO:teuthology.orchestra.run.smithi032.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2124 7.9 MB/s | 739 kB 00:00 2024-02-19T23:57:54.800 INFO:teuthology.orchestra.run.smithi032.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+21243+a5865 3.5 MB/s | 239 kB 00:00 2024-02-19T23:57:54.809 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-19T23:57:54.880 INFO:teuthology.orchestra.run.smithi032.stdout:(8/13): python3-podman-4.6.0-2.module+el8.9.0+2 1.9 MB/s | 154 kB 00:00 2024-02-19T23:57:54.984 INFO:teuthology.orchestra.run.smithi032.stdout:(9/13): netavark-1.7.0-2.module+el8.9.0+21243+a 18 MB/s | 3.7 MB 00:00 2024-02-19T23:57:54.984 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1:1.31.3-3.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 75-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.8.7-1.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: netavark x86_64 2:1.7.0-2.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman noarch 4.6.0-2.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 154 k 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 2:1.13.3-3.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-20.module+el8.9.0+21243+a586538b rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-19T23:57:54.985 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================== 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2024-02-19T23:57:54.986 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:57:54.987 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 26 M 2024-02-19T23:57:54.987 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 87 M 2024-02-19T23:57:54.987 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-19T23:57:55.060 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2024-02-19T23:57:55.086 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 254 kB/s | 25 kB 00:00 2024-02-19T23:57:55.111 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): criu-libs-3.18-4.module+el8.9.0+20326+3 321 kB/s | 39 kB 00:00 2024-02-19T23:57:55.159 INFO:teuthology.orchestra.run.smithi032.stdout:(10/13): buildah-1.31.3-3.module+el8.9.0+21243+ 18 MB/s | 8.8 MB 00:00 2024-02-19T23:57:55.160 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): yajl-2.1.0-12.el8.x86_64.rpm 411 kB/s | 41 kB 00:00 2024-02-19T23:57:55.211 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+212 8.0 MB/s | 1.0 MB 00:00 2024-02-19T23:57:55.234 INFO:teuthology.orchestra.run.smithi032.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2124 10 MB/s | 2.5 MB 00:00 2024-02-19T23:57:55.253 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2124 7.8 MB/s | 739 kB 00:00 2024-02-19T23:57:55.260 INFO:teuthology.orchestra.run.smithi032.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+21243+a5 491 kB/s | 49 kB 00:00 2024-02-19T23:57:55.287 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+21243+a5865 3.1 MB/s | 239 kB 00:00 2024-02-19T23:57:55.329 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-podman-4.6.0-2.module+el8.9.0+2 3.6 MB/s | 154 kB 00:00 2024-02-19T23:57:55.377 INFO:teuthology.orchestra.run.smithi032.stdout:(13/13): skopeo-1.13.3-3.module+el8.9.0+21243+a 16 MB/s | 8.1 MB 00:00 2024-02-19T23:57:55.377 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:57:55.377 INFO:teuthology.orchestra.run.smithi032.stdout:Total 31 MB/s | 26 MB 00:00 2024-02-19T23:57:55.446 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): netavark-1.7.0-2.module+el8.9.0+21243+a 19 MB/s | 3.7 MB 00:00 2024-02-19T23:57:55.605 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): buildah-1.31.3-3.module+el8.9.0+21243+ 18 MB/s | 8.8 MB 00:00 2024-02-19T23:57:55.687 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-02-19T23:57:55.688 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2124 10 MB/s | 2.5 MB 00:00 2024-02-19T23:57:55.712 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-02-19T23:57:55.712 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-02-19T23:57:55.713 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+21243+a5 457 kB/s | 49 kB 00:00 2024-02-19T23:57:55.830 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): skopeo-1.13.3-3.module+el8.9.0+21243+a 16 MB/s | 8.1 MB 00:00 2024-02-19T23:57:55.831 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:57:55.831 INFO:teuthology.orchestra.run.smithi005.stdout:Total 30 MB/s | 26 MB 00:00 2024-02-19T23:57:55.968 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-02-19T23:57:55.978 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-02-19T23:57:56.146 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-19T23:57:56.170 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-19T23:57:56.170 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-19T23:57:56.427 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-19T23:57:56.437 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-19T23:57:56.716 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-02-19T23:57:57.180 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-19T23:57:57.246 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a58653 1/13 2024-02-19T23:57:57.426 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x 2/13 2024-02-19T23:57:57.617 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/13 2024-02-19T23:57:57.732 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a58653 1/13 2024-02-19T23:57:57.806 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 4/13 2024-02-19T23:57:57.935 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x 2/13 2024-02-19T23:57:57.975 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-19T23:57:58.112 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/13 2024-02-19T23:57:58.232 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-19T23:57:58.267 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 4/13 2024-02-19T23:57:58.451 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-19T23:57:58.485 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-podman-4.6.0-2.module+el8.9.0+21243+a58653 7/13 2024-02-19T23:57:58.702 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-19T23:57:58.938 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.6.0-2.module+el8.9.0+21243+a58653 7/13 2024-02-19T23:57:59.456 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 8/13 2024-02-19T23:57:59.708 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x 9/13 2024-02-19T23:57:59.922 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 8/13 2024-02-19T23:58:00.124 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarc 10/13 2024-02-19T23:58:00.150 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x 9/13 2024-02-19T23:58:00.552 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarc 10/13 2024-02-19T23:58:01.074 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x 11/13 2024-02-19T23:58:01.300 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x8 12/13 2024-02-19T23:58:01.512 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 13/13 2024-02-19T23:58:01.536 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x 11/13 2024-02-19T23:58:01.786 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x8 12/13 2024-02-19T23:58:01.974 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 13/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 13/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 3/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 4/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a58653 5/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x 6/13 2024-02-19T23:58:01.983 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 7/13 2024-02-19T23:58:01.984 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 8/13 2024-02-19T23:58:01.984 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x 9/13 2024-02-19T23:58:01.984 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-podman-4.6.0-2.module+el8.9.0+21243+a58653 10/13 2024-02-19T23:58:01.984 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x8 11/13 2024-02-19T23:58:01.984 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x 12/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 13/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 3/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 4/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a58653 5/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x 6/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+21243+a586538b. 7/13 2024-02-19T23:58:02.451 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 8/13 2024-02-19T23:58:02.452 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x 9/13 2024-02-19T23:58:02.452 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.6.0-2.module+el8.9.0+21243+a58653 10/13 2024-02-19T23:58:02.452 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x8 11/13 2024-02-19T23:58:02.452 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x 12/13 2024-02-19T23:58:07.197 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarc 13/13 2024-02-19T23:58:07.197 INFO:teuthology.orchestra.run.smithi032.stdout:Installed products updated. 2024-02-19T23:58:07.748 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarc 13/13 2024-02-19T23:58:07.748 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2024-02-19T23:58:07.833 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:58:07.833 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-02-19T23:58:07.833 INFO:teuthology.orchestra.run.smithi032.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman-75-1.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: python3-podman-4.6.0-2.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-19T23:58:07.834 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-02-19T23:58:08.004 DEBUG:teuthology.parallel:result is None 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.31.3-3.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-75-1.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.8.7-1.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: netavark-2:1.7.0-2.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.6.0-2.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:58:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.13.3-3.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.400 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.4-5.module+el8.9.0+21243+a586538b.x86_64 2024-02-19T23:58:08.400 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-20.module+el8.9.0+21243+a586538b.noarch 2024-02-19T23:58:08.400 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:58:08.400 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-19T23:58:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-19T23:58:08.563 DEBUG:teuthology.parallel:result is None 2024-02-19T23:58:08.563 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-19T23:58:08.574 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-19T23:58:08.575 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-19T23:58:08.575 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:58:08.594 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T23:58:08.594 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 176763 Links: 1 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-19 23:58:02.139870651 +0000 2024-02-19T23:58:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:56:49.178205468 +0000 2024-02-19T23:58:08.657 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:56:49.178205468 +0000 2024-02-19T23:58:08.657 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-19T23:58:08.657 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:58:08.729 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-19T23:58:08.729 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-19T23:58:08.729 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000123383 s, 4.1 MB/s 2024-02-19T23:58:08.730 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:58:08.793 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-02-19T23:58:08.855 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:58:08.855 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:08.855 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 176833 Links: 1 2024-02-19T23:58:08.855 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:08.856 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:08.856 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-19 23:58:02.140870631 +0000 2024-02-19T23:58:08.856 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:56:49.547198031 +0000 2024-02-19T23:58:08.856 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:56:49.547198031 +0000 2024-02-19T23:58:08.856 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-19T23:58:08.856 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:58:08.927 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-19T23:58:08.928 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-19T23:58:08.928 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000122053 s, 4.2 MB/s 2024-02-19T23:58:08.929 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:58:08.992 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-02-19T23:58:09.055 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:58:09.055 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:09.055 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 181570 Links: 1 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-19 23:58:02.140870631 +0000 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:56:49.918190553 +0000 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:56:49.918190553 +0000 2024-02-19T23:58:09.056 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-19T23:58:09.056 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:58:09.129 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-19T23:58:09.129 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-19T23:58:09.129 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000112124 s, 4.6 MB/s 2024-02-19T23:58:09.130 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:58:09.192 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 179946 Links: 1 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-19 23:58:02.140870631 +0000 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:56:50.287183117 +0000 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:56:50.287183117 +0000 2024-02-19T23:58:09.255 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-19T23:58:09.255 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:58:09.327 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-19T23:58:09.327 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-19T23:58:09.328 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000113743 s, 4.5 MB/s 2024-02-19T23:58:09.329 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:58:09.392 DEBUG:teuthology.orchestra.run.smithi005:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T23:58:09.533 INFO:teuthology.orchestra.run.smithi005.stdout:loop 2024-02-19T23:58:09.535 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-02-19T23:58:09.535 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T23:58:09.578 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-19T23:58:09.619 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:58:09.665 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-02-19T23:58:09.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T23:58:09.748 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-19T23:58:09.788 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:58:09.832 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-02-19T23:58:09.833 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T23:58:09.914 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-19T23:58:09.955 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:58:09.998 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-02-19T23:58:09.998 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T23:58:10.080 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-19T23:58:10.121 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:58:10.164 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-19T23:58:10.164 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:58:10.224 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme list 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme0n1 PHMB751300EW480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme1n1 8e99b8a831753db0171a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme2n1 242ad8b2f3bf680aab56 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme3n1 bd6abba331b98e8c869f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:10.296 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme4n1 4b2ae45c7d39ed982760 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:10.297 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:58:10.297 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-19T23:58:10.297 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-02-19T23:58:10.373 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-19T23:58:10.373 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:58:10.396 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T23:58:10.396 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_1 2024-02-19T23:58:10.460 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 181600 Links: 1 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-19 23:58:01.678388150 +0000 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:56:59.447101846 +0000 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:56:59.447101846 +0000 2024-02-19T23:58:10.461 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-19T23:58:10.461 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:58:10.534 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-19T23:58:10.534 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-19T23:58:10.534 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000113374 s, 4.5 MB/s 2024-02-19T23:58:10.535 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:58:10.598 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_2 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 176894 Links: 1 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-19 23:58:01.678388150 +0000 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:56:59.823093924 +0000 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:56:59.823093924 +0000 2024-02-19T23:58:10.662 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-19T23:58:10.662 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:58:10.734 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-19T23:58:10.735 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-19T23:58:10.735 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000116224 s, 4.4 MB/s 2024-02-19T23:58:10.736 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:58:10.799 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_3 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 180509 Links: 1 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-19 23:58:01.678388150 +0000 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:57:00.209085793 +0000 2024-02-19T23:58:10.862 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:57:00.209085793 +0000 2024-02-19T23:58:10.863 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-19T23:58:10.863 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:58:10.935 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-19T23:58:10.935 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-19T23:58:10.935 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000130371 s, 3.9 MB/s 2024-02-19T23:58:10.936 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:58:10.998 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_4 2024-02-19T23:58:11.061 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 176015 Links: 1 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-19 23:58:01.678388150 +0000 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:57:00.575078082 +0000 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:57:00.575078082 +0000 2024-02-19T23:58:11.062 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-19T23:58:11.062 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:58:11.134 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-19T23:58:11.135 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-19T23:58:11.135 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000127988 s, 4.0 MB/s 2024-02-19T23:58:11.136 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:58:11.199 DEBUG:teuthology.orchestra.run.smithi032:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T23:58:11.356 INFO:teuthology.orchestra.run.smithi032.stdout:loop 2024-02-19T23:58:11.358 INFO:tasks.nvme_loop:Connecting nvme_loop smithi032:/dev/vg_nvme/lv_1... 2024-02-19T23:58:11.358 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T23:58:11.400 INFO:teuthology.orchestra.run.smithi032.stdout:1 2024-02-19T23:58:11.442 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:58:11.487 INFO:tasks.nvme_loop:Connecting nvme_loop smithi032:/dev/vg_nvme/lv_2... 2024-02-19T23:58:11.487 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T23:58:11.569 INFO:teuthology.orchestra.run.smithi032.stdout:1 2024-02-19T23:58:11.610 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:58:11.653 INFO:tasks.nvme_loop:Connecting nvme_loop smithi032:/dev/vg_nvme/lv_3... 2024-02-19T23:58:11.654 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T23:58:11.735 INFO:teuthology.orchestra.run.smithi032.stdout:1 2024-02-19T23:58:11.775 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:58:11.818 INFO:tasks.nvme_loop:Connecting nvme_loop smithi032:/dev/vg_nvme/lv_4... 2024-02-19T23:58:11.819 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T23:58:11.900 INFO:teuthology.orchestra.run.smithi032.stdout:1 2024-02-19T23:58:11.940 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:58:11.983 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-19T23:58:11.983 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:58:12.046 DEBUG:teuthology.orchestra.run.smithi032:> sudo nvme list 2024-02-19T23:58:12.117 INFO:teuthology.orchestra.run.smithi032.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:58:12.117 INFO:teuthology.orchestra.run.smithi032.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:58:12.117 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/nvme0n1 PHMB747402DN480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-19T23:58:12.117 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/nvme1n1 c492ef68dc373a99d340 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:12.117 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/nvme2n1 6355be1a36153cef1a14 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:12.118 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/nvme3n1 9fb1167854b1da705cde Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:12.118 INFO:teuthology.orchestra.run.smithi032.stdout:/dev/nvme4n1 8b1ade3dcfb703bd675a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:58:12.118 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:58:12.119 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-19T23:58:12.119 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/scratch_devs 2024-02-19T23:58:12.194 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T23:58:12.267 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-19T23:58:12.267 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:58:12.267 INFO:tasks.cephadm:Cluster fsid is bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-19T23:58:12.268 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T23:58:12.268 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T23:58:12.268 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi032': '172.21.15.32'} 2024-02-19T23:58:12.268 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T23:58:12.268 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-02-19T23:58:12.305 DEBUG:teuthology.orchestra.run.smithi032:> sudo hostname $(hostname -s) 2024-02-19T23:58:12.340 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 19854089e18d4f65dda2b6cd74e737367c2514bd)... 2024-02-19T23:58:12.340 DEBUG:teuthology.orchestra.run.smithi005:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:58:12.367 INFO:teuthology.orchestra.run.smithi005.stderr:Cloning into 'testrepo'... 2024-02-19T23:59:26.344 INFO:teuthology.orchestra.run.smithi005.stderr:Updating files: 87% (10700/12253) Updating files: 88% (10783/12253) Updating files: 89% (10906/12253) Updating files: 90% (11028/12253) Updating files: 91% (11151/12253) Updating files: 92% (11273/12253) Updating files: 93% (11396/12253) Updating files: 94% (11518/12253) Updating files: 95% (11641/12253) Updating files: 96% (11763/12253) Updating files: 97% (11886/12253) Updating files: 98% (12008/12253) Updating files: 99% (12131/12253) Updating files: 100% (12253/12253) Updating files: 100% (12253/12253), done. 2024-02-19T23:59:26.385 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 19 23:59 /home/ubuntu/cephtest/cephadm 2024-02-19T23:59:26.386 DEBUG:teuthology.orchestra.run.smithi032:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:59:26.409 INFO:teuthology.orchestra.run.smithi032.stderr:Cloning into 'testrepo'... 2024-02-20T00:00:42.593 INFO:teuthology.orchestra.run.smithi032.stderr:Updating files: 84% (10365/12253) Updating files: 85% (10416/12253) Updating files: 86% (10538/12253) Updating files: 87% (10661/12253) Updating files: 88% (10783/12253) Updating files: 89% (10906/12253) Updating files: 90% (11028/12253) Updating files: 91% (11151/12253) Updating files: 92% (11273/12253) Updating files: 93% (11396/12253) Updating files: 94% (11518/12253) Updating files: 95% (11641/12253) Updating files: 96% (11763/12253) Updating files: 97% (11886/12253) Updating files: 98% (12008/12253) Updating files: 99% (12131/12253) Updating files: 100% (12253/12253) Updating files: 100% (12253/12253), done. 2024-02-20T00:00:42.632 INFO:teuthology.orchestra.run.smithi032.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 20 00:00 /home/ubuntu/cephtest/cephadm 2024-02-20T00:00:42.633 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:00:42.660 DEBUG:teuthology.orchestra.run.smithi032:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:00:42.706 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2024-02-20T00:00:42.745 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /etc/ceph 2024-02-20T00:00:42.784 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2024-02-20T00:00:42.820 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 777 /etc/ceph 2024-02-20T00:00:42.858 INFO:tasks.cephadm:Writing seed config... 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-20T00:00:42.859 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-20T00:00:42.860 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-20T00:00:42.860 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-20T00:00:42.860 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:00:42.860 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-20T00:00:42.882 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = bd3d5ebe-cf82-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-20T00:00:42.882 DEBUG:teuthology.orchestra.run.smithi005:mon.smithi005> sudo journalctl -f -n 0 -u ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service 2024-02-20T00:00:42.924 INFO:tasks.cephadm:Bootstrapping... 2024-02-20T00:00:42.925 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd -v bootstrap --fsid bd3d5ebe-cf82-11ee-95bb-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.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:00:42.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:-- Logs begin at Mon 2024-02-19 23:48:09 UTC. -- 2024-02-20T00:00:43.249 INFO:teuthology.orchestra.run.smithi005.stderr:-------------------------------------------------------------------------------- 2024-02-20T00:00:43.250 INFO:teuthology.orchestra.run.smithi005.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd', '-v', 'bootstrap', '--fsid', 'bd3d5ebe-cf82-11ee-95bb-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.5', '--skip-admin-label'] 2024-02-20T00:00:43.954 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2024-02-20T00:00:43.961 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying podman|docker is present... 2024-02-20T00:00:43.986 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2024-02-20T00:00:43.998 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying lvm2 is present... 2024-02-20T00:00:43.999 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying time synchronization is in place... 2024-02-20T00:00:44.006 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:00:44.013 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:00:44.020 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-02-20T00:00:44.026 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-02-20T00:00:44.027 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-02-20T00:00:44.027 INFO:teuthology.orchestra.run.smithi005.stderr:Repeating the final host check... 2024-02-20T00:00:44.049 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2024-02-20T00:00:44.062 INFO:teuthology.orchestra.run.smithi005.stderr:podman (/bin/podman) version 4.6.1 is present 2024-02-20T00:00:44.062 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl is present 2024-02-20T00:00:44.062 INFO:teuthology.orchestra.run.smithi005.stderr:lvcreate is present 2024-02-20T00:00:44.068 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:00:44.075 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:00:44.082 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-02-20T00:00:44.088 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-02-20T00:00:44.089 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-02-20T00:00:44.089 INFO:teuthology.orchestra.run.smithi005.stderr:Host looks OK 2024-02-20T00:00:44.089 INFO:teuthology.orchestra.run.smithi005.stderr:Cluster fsid: bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:00:44.089 INFO:teuthology.orchestra.run.smithi005.stderr:Acquiring lock 140432413872200 on /run/cephadm/bd3d5ebe-cf82-11ee-95bb-87774f69a715.lock 2024-02-20T00:00:44.090 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140432413872200 acquired on /run/cephadm/bd3d5ebe-cf82-11ee-95bb-87774f69a715.lock 2024-02-20T00:00:44.090 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 3300 ... 2024-02-20T00:00:44.090 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 6789 ... 2024-02-20T00:00:44.090 INFO:teuthology.orchestra.run.smithi005.stderr:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-20T00:00:44.094 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-20T00:00:44.094 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-02-20T00:00:44.097 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-20T00:00:44.097 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-20T00:00:44.097 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-02-20T00:00:44.100 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-20T00:00:44.100 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-20T00:00:44.100 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-20T00:00:44.100 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-20T00:00:44.101 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1442/64 scope link 2024-02-20T00:00:44.101 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-20T00:00:44.101 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-20T00:00:44.102 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-20T00:00:44.102 INFO:teuthology.orchestra.run.smithi005.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-20T00:00:44.102 INFO:teuthology.orchestra.run.smithi005.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-20T00:00:44.103 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-20T00:00:44.238 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-20T00:00:44.330 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Getting image source signatures 2024-02-20T00:00:44.330 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:9c9d3407eee978c2ea9a27e170512cbe5b98ca341db6acf2f69e08f1d00b8f2b 2024-02-20T00:00:44.330 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-20T00:01:06.339 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying config sha256:a9c9ec92d1b50e33f2c28e343d9ede1cde7ee7b935dced8218f988563811f118 2024-02-20T00:01:06.404 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Writing manifest to image destination 2024-02-20T00:01:06.720 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: a9c9ec92d1b50e33f2c28e343d9ede1cde7ee7b935dced8218f988563811f118 2024-02-20T00:01:07.252 INFO:teuthology.orchestra.run.smithi005.stderr:ceph: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-20T00:01:07.630 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph version: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-20T00:01:07.630 INFO:teuthology.orchestra.run.smithi005.stderr:Extracting ceph user uid/gid from container image... 2024-02-20T00:01:07.908 INFO:teuthology.orchestra.run.smithi005.stderr:stat: 167 167 2024-02-20T00:01:08.237 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial keys... 2024-02-20T00:01:08.541 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDE69NlI41yHxAApeZBTkLtAIu7GHTUxIzFKA== 2024-02-20T00:01:09.252 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDF69NlwLQUDBAA95TRTi2nrjo/cKgiqu+/dg== 2024-02-20T00:01:09.875 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDF69NlI1dAMxAA04AGrBarfZeNo+K5GBtGJg== 2024-02-20T00:01:10.199 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial monmap... 2024-02-20T00:01:10.499 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-20T00:01:10.500 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:10.500 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-20T00:01:10.849 INFO:teuthology.orchestra.run.smithi005.stderr:monmaptool for smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-20T00:01:10.849 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: set fsid to bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:10.849 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-20T00:01:10.849 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:01:10.849 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mon... 2024-02-20T00:01:11.191 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.154+0000 7f0377908880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:01:11.219 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.154+0000 7f0377908880 1 imported monmap: 2024-02-20T00:01:11.219 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: last_changed 2024-02-20T00:01:10.491379+0000 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: created 2024-02-20T00:01:10.491379+0000 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.smithi005 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.154+0000 7f0377908880 0 /usr/bin/ceph-mon: set fsid to bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:01:11.220 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: DB SUMMARY 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 0, files: 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.create_if_missing: 1 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.env: 0x55f31cce2080 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.info_log: 0x55f31efdb300 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:01:11.221 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:01:11.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.write_buffer_manager: 0x55f31efe1950 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:01:11.223 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.row_cache: None 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:01:11.224 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:01:11.225 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:01:11.226 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.155+0000 7f0377908880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.merge_operator: 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:01:11.227 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f31eef1d18) 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-20T00:01:11.228 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache: 0x55f31ef26d10 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-20T00:01:11.229 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:01:11.230 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:01:11.231 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:01:11.232 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:01:11.233 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:01:11.234 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.156+0000 7f0377908880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.157+0000 7f0377908880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.157+0000 7f0377908880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.158+0000 7f0377908880 4 rocksdb: DB pointer 0x55f31efef800 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.158+0000 7f036077b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:01:11.235 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.158+0000 7f036077b700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:11.236 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:11.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:11.238 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.159+0000 7f0377908880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.160+0000 7f0377908880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-20T00:01:11.239 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-20T00:01:11.160+0000 7f0377908880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi005 for mon.smithi005 2024-02-20T00:01:11.518 INFO:teuthology.orchestra.run.smithi005.stderr:create mon.smithi005 on 2024-02-20T00:01:11.644 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-20T00:01:11.752 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target. 2024-02-20T00:01:11.752 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target. 2024-02-20T00:01:11.985 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service: Unit ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service not loaded. 2024-02-20T00:01:11.993 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target.wants/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service → /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@.service. 2024-02-20T00:01:12.525 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-20T00:01:12.532 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:01:12.533 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-20T00:01:12.533 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:01:12.534 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon to start... 2024-02-20T00:01:12.534 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon... 2024-02-20T00:01:12.785 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.533531+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: cluster: 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: id: bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: services: 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi005 (age 0.535287s) 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.088 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: data: 2024-02-20T00:01:13.089 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-20T00:01:13.089 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-20T00:01:13.089 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-20T00:01:13.089 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pgs: 2024-02-20T00:01:13.089 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.427 INFO:teuthology.orchestra.run.smithi005.stderr:mon is available 2024-02-20T00:01:13.428 INFO:teuthology.orchestra.run.smithi005.stderr:Assimilating anything we can from ceph.conf... 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.549508+0000 mon.smithi005 (mon.0) 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.549749+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.552323+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.555195+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: cluster 2024-02-20T00:01:12.555646+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-20T00:01:13.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: audit 2024-02-20T00:01:13.084739+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3573942121' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-20T00:01:13.950 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.951 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-02-20T00:01:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-20T00:01:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-02-20T00:01:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-20T00:01:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-20T00:01:14.285 INFO:teuthology.orchestra.run.smithi005.stderr:Generating new minimal ceph.conf... 2024-02-20T00:01:14.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: audit 2024-02-20T00:01:13.944159+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/1252005667' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-20T00:01:14.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: audit 2024-02-20T00:01:13.947030+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/1252005667' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-20T00:01:15.110 INFO:teuthology.orchestra.run.smithi005.stderr:Restarting the monitor... 2024-02-20T00:01:15.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for bd3d5ebe-cf82-11ee-95bb-87774f69a715... 2024-02-20T00:01:15.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 bash[35505]: Error: no container with name or ID "ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon.smithi005" found: no such container 2024-02-20T00:01:15.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: debug 2024-02-20T00:01:15.361+0000 7fb586af2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:01:15.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35181]: debug 2024-02-20T00:01:15.361+0000 7fb586af2700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2024-02-20T00:01:15.984 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 bash[35543]: ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005 2024-02-20T00:01:16.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:15 smithi005 systemd[1]: ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service: Succeeded. 2024-02-20T00:01:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for bd3d5ebe-cf82-11ee-95bb-87774f69a715. 2024-02-20T00:01:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 systemd[1]: Starting Ceph mon.smithi005 for bd3d5ebe-cf82-11ee-95bb-87774f69a715... 2024-02-20T00:01:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.518+0000 7f9e55d92880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.518+0000 7f9e55d92880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.518+0000 7f9e55d92880 0 pidfile_write: ignore empty --pid-file 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 bash[35664]: 8be1a9576a1940b651fff46153e85aa05aac53b482ce225384fb22ca2c8dcf3e 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 systemd[1]: Started Ceph mon.smithi005 for bd3d5ebe-cf82-11ee-95bb-87774f69a715. 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.524+0000 7f9e55d92880 0 load: jerasure load: lrc load: isa 2024-02-20T00:01:17.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: DB SUMMARY 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: CURRENT file: CURRENT 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000004.sst 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000006.log size: 81702 ; 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.create_if_missing: 0 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.env: 0x55d21e67b080 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.info_log: 0x55d21f995d20 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:01:17.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:01:17.012 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.write_buffer_manager: 0x55d220610450 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:01:17.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.row_cache: None 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:01:17.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:01:17.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:01:17.016 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.merge_operator: 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d21f945d10) 2024-02-20T00:01:17.017 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cache_index_and_filter_blocks: 1 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: pin_top_level_index_and_filter: 1 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: index_type: 0 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: data_block_index_type: 0 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: index_shortening: 1 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: hash_index_allow_collision: 1 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: checksum: 1 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: no_block_cache: 0 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_cache: 0x55d21f97af10 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_cache_name: BinnedLRUCache 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_cache_options: 2024-02-20T00:01:17.018 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: capacity : 536870912 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: num_shard_bits : 4 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: strict_capacity_limit : 0 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: high_pri_pool_ratio: 0.000 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_cache_compressed: (nil) 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: persistent_cache: (nil) 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_size: 4096 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_size_deviation: 10 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_restart_interval: 16 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: index_block_restart_interval: 1 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: metadata_block_size: 4096 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: partition_filters: 0 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: use_delta_encoding: 1 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:01:17.019 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: whole_key_filtering: 1 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: verify_compression: 0 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: read_amp_bytes_per_bit: 0 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: format_version: 2 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: enable_index_compression: 1 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: block_align: 0 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:01:17.020 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:01:17.021 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:01:17.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:01:17.023 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:01:17.024 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.525+0000 7f9e55d92880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.526+0000 7f9e55d92880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.526+0000 7f9e55d92880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.526+0000 7f9e55d92880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387276528481, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.526+0000 7f9e55d92880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.527+0000 7f9e55d92880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.528+0000 7f9e55d92880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387276530024, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78541, "table_properties": {"data_size": 76835, "index_size": 311, "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": 9414, "raw_average_key_size": 47, "raw_value_size": 71448, "raw_average_value_size": 362, "num_data_blocks": 10, "num_entries": 197, "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": 1708387276, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-20T00:01:17.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.528+0000 7f9e55d92880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.528+0000 7f9e55d92880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387276530600, "job": 1, "event": "recovery_finished"} 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.530+0000 7f9e55d92880 4 rocksdb: DB pointer 0x55d21fa43800 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.530+0000 7f9e3cb84700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.530+0000 7f9e3cb84700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** DB Stats ** 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:01:17.026 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** Compaction Stats [default] ** 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: L0 2/0 78.39 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Sum 2/0 78.39 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** Compaction Stats [default] ** 2024-02-20T00:01:17.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:01:17.028 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Cumulative compaction: 0.00 GB write, 15.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Interval compaction: 0.00 GB write, 15.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** Compaction Stats [default] ** 2024-02-20T00:01:17.029 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: L0 2/0 78.39 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Sum 2/0 78.39 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** Compaction Stats [default] ** 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 76.0 0.00 0.00 1 0.001 0 0 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:01:17.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Cumulative compaction: 0.00 GB write, 15.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.531+0000 7f9e55d92880 0 starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:17.031 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 1 mon.smithi005@-1(???) e1 preinit fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).mds e1 new map 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).mds e1 print_map 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: e1 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: legacy client fscid: -1 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: No filesystems configured 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:01:17.032 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.533+0000 7f9e55d92880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:13.944159+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/1252005667' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:13.947030+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/1252005667' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:01:16.534+0000 7f9e55d92880 1 mon.smithi005@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:16.553679+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:16.553791+0000 mon.smithi005 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:16.554384+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] fsmap 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:16.554435+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-20T00:01:17.033 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:16.555084+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-20T00:01:17.293 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-20T00:01:17.294 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:01:17.294 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mgr... 2024-02-20T00:01:17.294 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying port 9283 ... 2024-02-20T00:01:17.448 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mgr.smithi005.opddmj.service: Unit ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mgr.smithi005.opddmj.service not loaded. 2024-02-20T00:01:17.453 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715.target.wants/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mgr.smithi005.opddmj.service → /etc/systemd/system/ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@.service. 2024-02-20T00:01:18.037 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-20T00:01:18.046 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:01:18.046 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-20T00:01:18.047 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:01:18.055 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-20T00:01:18.064 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:01:18.064 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-20T00:01:18.064 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-20T00:01:18.064 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr to start... 2024-02-20T00:01:18.064 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr... 2024-02-20T00:01:18.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:16.986880+0000 mon.smithi005 (mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/1169212815' entity='client.admin' 2024-02-20T00:01:18.570 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "bd3d5ebe-cf82-11ee-95bb-87774f69a715", 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.571 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:01:18.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:01:18.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:01:18.578 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:01:18.579 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:01:12.551157+0000", 2024-02-20T00:01:18.580 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:18.581 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:18.581 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:01:18.581 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:18.942 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (1/15)... 2024-02-20T00:01:19.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:18.565945+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/787867775' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "bd3d5ebe-cf82-11ee-95bb-87774f69a715", 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-20T00:01:21.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:01:21.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:01:21.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:01:21.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:21.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:01:12.551157+0000", 2024-02-20T00:01:21.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:21.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:21.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:01:21.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:21.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:21.385888+0000 mon.smithi005 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.5:0/4050048913' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:01:21.734 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (2/15)... 2024-02-20T00:01:24.210 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "bd3d5ebe-cf82-11ee-95bb-87774f69a715", 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:01:24.211 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:01:24.212 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:01:24.213 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:01:12.551157+0000", 2024-02-20T00:01:24.214 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:24.215 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:24.215 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:01:24.215 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:24.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:24.090706+0000 mon.smithi005 (mon.0) 9 : cluster [INF] Activating manager daemon smithi005.opddmj 2024-02-20T00:01:24.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:24.093640+0000 mon.smithi005 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi005.opddmj(active, starting, since 0.00306178s) 2024-02-20T00:01:24.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.094610+0000 mon.smithi005 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:01:24.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.094816+0000 mon.smithi005 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:01:24.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.094930+0000 mon.smithi005 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.095015+0000 mon.smithi005 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.095731+0000 mon.smithi005 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr metadata", "who": "smithi005.opddmj", "id": "smithi005.opddmj"}]: dispatch 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:24.110613+0000 mon.smithi005 (mon.0) 16 : cluster [INF] Manager daemon smithi005.opddmj is now available 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.123049+0000 mon.smithi005 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.129676+0000 mon.smithi005 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.136796+0000 mon.smithi005 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/trash_purge_schedule"}]: dispatch 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.139088+0000 mon.smithi005 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:24.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.142249+0000 mon.smithi005 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.5:0/862958858' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:24.542 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (3/15)... 2024-02-20T00:01:25.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:24.200351+0000 mon.smithi005 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.5:0/2502189168' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:01:25.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:25.096978+0000 mon.smithi005 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi005.opddmj(active, since 1.00639s) 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "bd3d5ebe-cf82-11ee-95bb-87774f69a715", 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-20T00:01:27.176 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-20T00:01:27.177 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-20T00:01:27.178 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-20T00:01:27.179 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-20T00:01:27.180 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-20T00:01:12.551157+0000", 2024-02-20T00:01:27.181 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-20T00:01:27.181 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-20T00:01:27.181 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-20T00:01:27.181 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:27.469 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:26.146486+0000 mon.smithi005 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi005.opddmj(active, since 2s) 2024-02-20T00:01:27.524 INFO:teuthology.orchestra.run.smithi005.stderr:mgr is available 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-20T00:01:28.133 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-02-20T00:01:28.134 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-20T00:01:28.134 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-20T00:01:28.435 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:27.167291+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.5:0/2090662215' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-20T00:01:28.436 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:28.129476+0000 mon.smithi005 (mon.0) 26 : audit [INF] from='client.? 172.21.15.5:0/3789234080' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-20T00:01:28.492 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling cephadm module... 2024-02-20T00:01:29.414 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:29.119459+0000 mon.smithi005 (mon.0) 27 : audit [INF] from='client.? 172.21.15.5:0/1625358868' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.opddmj", 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-20T00:01:30.170 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:30.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:29.150340+0000 mon.smithi005 (mon.0) 28 : audit [INF] from='client.? 172.21.15.5:0/1625358868' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-20T00:01:30.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:29.150393+0000 mon.smithi005 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi005.opddmj(active, since 5s) 2024-02-20T00:01:31.470 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:30.167937+0000 mon.smithi005 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.5:0/156794961' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-20T00:01:32.265 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-02-20T00:01:32.265 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 5... 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:35.200625+0000 mon.smithi005 (mon.0) 31 : cluster [INF] Active manager daemon smithi005.opddmj restarted 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:35.200962+0000 mon.smithi005 (mon.0) 32 : cluster [INF] Activating manager daemon smithi005.opddmj 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:35.204183+0000 mon.smithi005 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:35.204303+0000 mon.smithi005 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi005.opddmj(active, starting, since 0.00347327s) 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.205366+0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.206129+0000 mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr metadata", "who": "smithi005.opddmj", "id": "smithi005.opddmj"}]: dispatch 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.206895+0000 mon.smithi005 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.207041+0000 mon.smithi005 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.207186+0000 mon.smithi005 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:35.209576+0000 mon.smithi005 (mon.0) 40 : cluster [INF] Manager daemon smithi005.opddmj is now available 2024-02-20T00:01:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.222993+0000 mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:36.215 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:36.215 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-20T00:01:36.216 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-02-20T00:01:36.216 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:36.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:35.220192+0000 mgr.smithi005.opddmj (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.321444+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.322679+0000 mon.smithi005 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.324467+0000 mon.smithi005 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.326766+0000 mon.smithi005 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.342553+0000 mon.smithi005 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:35.345657+0000 mon.smithi005 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/trash_purge_schedule"}]: dispatch 2024-02-20T00:01:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:36.206628+0000 mon.smithi005 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi005.opddmj(active, since 1.00579s) 2024-02-20T00:01:36.557 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 5 is available 2024-02-20T00:01:36.557 INFO:teuthology.orchestra.run.smithi005.stderr:Setting orchestrator backend to cephadm... 2024-02-20T00:01:38.092 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: value unchanged 2024-02-20T00:01:38.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:36.206156+0000 mgr.smithi005.opddmj (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-20T00:01:38.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:36.213383+0000 mgr.smithi005.opddmj (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-20T00:01:38.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:37.175179+0000 mgr.smithi005.opddmj (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:38.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:37.179464+0000 mon.smithi005 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:38.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:37.201147+0000 mon.smithi005 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:39.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:38.090794+0000 mgr.smithi005.opddmj (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:39.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:38.180271+0000 mon.smithi005 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi005.opddmj(active, since 2s) 2024-02-20T00:01:39.740 INFO:teuthology.orchestra.run.smithi005.stderr:Generating ssh key... 2024-02-20T00:01:43.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:41.552215+0000 mgr.smithi005.opddmj (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:43.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:41.552439+0000 mgr.smithi005.opddmj (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-02-20T00:01:43.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:41.797595+0000 mon.smithi005 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:43.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:41.799354+0000 mon.smithi005 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:44.710 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhIABtPdeHVh5hRB+z2K+fJSHa2wJdJ157pa0N+VhXnkH12+PiJGS8gZb8VnDyQkZ8XAhE/A9m7Y7KeqHhNzmHpAbLox+PLs0N+IY4tN62WifmqyhllzqbD1m6/ZCuf/dQ6kQcvBB4yWE+UOq5Haevhr6SoQ+nWlGcsl8AAxg3g3/jrgmNjNXV1+p634ucoDKpsKrm30p84rUWRYMLMlsl9rpSfJxeYbw+dCPJ+XpHipdJLudikMOUZg1EG8aATcPj/xdNuK7KLb+NB9/Tve5QozMIiMGyRg0qe6hi0cKsdK6yCg8ZGc+Tqp5bhU7MY1OwkCXqg99RXZAUzERLYSzlagRViKuq4p0dPhW62qY142cXcepnRQErOjSJ46ty0zl9OezMJ6bXbxjA+EbBD1bMcbkLTDQrXxmkgAii6EglfscWfU+GqWoyQlZ9Vspnu3NhXNGkxfTesn4/JmcljrAo7PkRTPJqBKy9zqH2lti/TPtDQE8JdNBjI6wqTQJNrys= ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:01:45.064 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:01:45.064 INFO:teuthology.orchestra.run.smithi005.stderr:Adding key to root@localhost authorized_keys... 2024-02-20T00:01:45.066 INFO:teuthology.orchestra.run.smithi005.stderr:Adding host smithi005... 2024-02-20T00:01:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:44.708112+0000 mgr.smithi005.opddmj (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:46.336 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Added host 'smithi005' with addr '172.21.15.5' 2024-02-20T00:01:46.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:45.647413+0000 mgr.smithi005.opddmj (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:46.671 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mon service with default placement... 2024-02-20T00:01:47.249 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-20T00:01:47.537 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:46.332203+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:47.537 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:46.332535+0000 mgr.smithi005.opddmj (mgr.14118) 10 : cephadm [INF] Added host smithi005 2024-02-20T00:01:47.537 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:46.336836+0000 mon.smithi005 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:47.537 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:47.246722+0000 mon.smithi005 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:47.806 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mgr service with default placement... 2024-02-20T00:01:48.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-20T00:01:48.645 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:47.242829+0000 mgr.smithi005.opddmj (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:48.645 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:47.244361+0000 mgr.smithi005.opddmj (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-20T00:01:48.803 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying crash service with default placement... 2024-02-20T00:01:49.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-20T00:01:49.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:48.354480+0000 mon.smithi005 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:49.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:48.410263+0000 mgr.smithi005.opddmj (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:49.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:48.411232+0000 mgr.smithi005.opddmj (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-20T00:01:49.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:48.413770+0000 mon.smithi005 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:49.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:48.626709+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:49.846 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying prometheus service with default placement... 2024-02-20T00:01:50.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-20T00:01:50.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:49.393962+0000 mgr.smithi005.opddmj (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:50.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:49.394992+0000 mgr.smithi005.opddmj (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-20T00:01:50.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:49.397411+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:50.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:49.891598+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:51.146 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying grafana service with default placement... 2024-02-20T00:01:51.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:50.441961+0000 mgr.smithi005.opddmj (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:51.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:50.442952+0000 mgr.smithi005.opddmj (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-20T00:01:51.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:50.445204+0000 mon.smithi005 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:51.763 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-20T00:01:52.113 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying node-exporter service with default placement... 2024-02-20T00:01:52.703 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-20T00:01:53.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:51.758365+0000 mgr.smithi005.opddmj (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:53.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:51.759283+0000 mgr.smithi005.opddmj (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-20T00:01:53.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:51.761598+0000 mon.smithi005 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:53.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:52.700961+0000 mon.smithi005 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:53.063 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying alertmanager service with default placement... 2024-02-20T00:01:53.643 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-20T00:01:53.974 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:52.697584+0000 mgr.smithi005.opddmj (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:53.974 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:52.698517+0000 mgr.smithi005.opddmj (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-20T00:01:53.974 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:53.640985+0000 mon.smithi005 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.5:0/3837941982' entity='mgr.smithi005.opddmj' 2024-02-20T00:01:54.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:53.637641+0000 mgr.smithi005.opddmj (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:01:54.924 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:01:53.638534+0000 mgr.smithi005.opddmj (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-20T00:01:54.924 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:54.575277+0000 mon.smithi005 (mon.0) 66 : audit [INF] from='client.? 172.21.15.5:0/3011497734' entity='client.admin' 2024-02-20T00:01:55.912 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling the dashboard module... 2024-02-20T00:01:57.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:55.208372+0000 mgr.smithi005.opddmj (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:57.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:55.526643+0000 mon.smithi005 (mon.0) 67 : audit [INF] from='client.? 172.21.15.5:0/3373012591' entity='client.admin' 2024-02-20T00:01:57.801 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:56.526835+0000 mon.smithi005 (mon.0) 68 : audit [INF] from='client.? 172.21.15.5:0/1281028222' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.opddmj", 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-20T00:01:58.513 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:01:58.831 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:57.530842+0000 mon.smithi005 (mon.0) 69 : audit [INF] from='client.? 172.21.15.5:0/1281028222' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-20T00:01:58.831 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:01:57.530897+0000 mon.smithi005 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi005.opddmj(active, since 22s) 2024-02-20T00:01:58.831 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:01:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:01:58.510964+0000 mon.smithi005 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.5:0/1377343426' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-20T00:01:58.869 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-02-20T00:01:58.869 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 9... 2024-02-20T00:02:03.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:03.694894+0000 mon.smithi005 (mon.0) 72 : cluster [INF] Active manager daemon smithi005.opddmj restarted 2024-02-20T00:02:03.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:03.695160+0000 mon.smithi005 (mon.0) 73 : cluster [INF] Activating manager daemon smithi005.opddmj 2024-02-20T00:02:03.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:03.698135+0000 mon.smithi005 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-20T00:02:03.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:03.698238+0000 mon.smithi005 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi005.opddmj(active, starting, since 0.00320015s) 2024-02-20T00:02:03.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.699178+0000 mon.smithi005 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:02:03.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.700048+0000 mon.smithi005 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr metadata", "who": "smithi005.opddmj", "id": "smithi005.opddmj"}]: dispatch 2024-02-20T00:02:03.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.701015+0000 mon.smithi005 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:02:03.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.701282+0000 mon.smithi005 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:02:03.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.701552+0000 mon.smithi005 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:02:03.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:03.715600+0000 mon.smithi005 (mon.0) 81 : cluster [INF] Manager daemon smithi005.opddmj is now available 2024-02-20T00:02:04.708 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-20T00:02:04.709 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-20T00:02:04.709 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-02-20T00:02:04.709 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-20T00:02:05.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.826101+0000 mon.smithi005 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.828406+0000 mon.smithi005 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.857422+0000 mon.smithi005 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:02:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:03.861114+0000 mon.smithi005 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/trash_purge_schedule"}]: dispatch 2024-02-20T00:02:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:04.700636+0000 mon.smithi005 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi005.opddmj(active, since 1.00559s) 2024-02-20T00:02:05.474 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 9 is available 2024-02-20T00:02:05.474 INFO:teuthology.orchestra.run.smithi005.stderr:Generating a dashboard self-signed certificate... 2024-02-20T00:02:06.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:04.700018+0000 mgr.smithi005.opddmj (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-20T00:02:06.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:04.706770+0000 mgr.smithi005.opddmj (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-20T00:02:06.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:04.841656+0000 mon.smithi005 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:06.511 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-20T00:02:06.869 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial admin user... 2024-02-20T00:02:07.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:05.844630+0000 mon.smithi005 (mon.0) 88 : cluster [DBG] mgrmap e12: smithi005.opddmj(active, since 2s) 2024-02-20T00:02:07.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:06.410608+0000 mgr.smithi005.opddmj (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:02:07.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:06.507513+0000 mon.smithi005 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:07.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:06.509583+0000 mon.smithi005 (mon.0) 90 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:07.697 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$MCYjtv.L4sqjcJooZd2ePeh6XORK.pjVn6xquW3Ac1ucNLbA/9otW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708387327, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-20T00:02:08.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:07.444045+0000 mgr.smithi005.opddmj (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:02:08.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:07.696011+0000 mon.smithi005 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:08.077 INFO:teuthology.orchestra.run.smithi005.stderr:Fetching dashboard port number... 2024-02-20T00:02:08.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 8443 2024-02-20T00:02:08.966 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:08.626399+0000 mon.smithi005 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.5:0/394663319' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-20T00:02:08.975 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-20T00:02:08.985 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph Dashboard is now available at: 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005:8443/ 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr: Password: nmvtxgkrzb 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling autotune for osd_memory_target 2024-02-20T00:02:10.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-20T00:02:10.930 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:09.851399+0000 mon.smithi005 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi005.opddmj(active, since 6s) 2024-02-20T00:02:10.931 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:10.609804+0000 mon.smithi005 (mon.0) 94 : audit [INF] from='client.? 172.21.15.5:0/266976042' entity='client.admin' 2024-02-20T00:02:10.968 INFO:teuthology.orchestra.run.smithi005.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr:Or, if you are only running a single cluster on this host: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2024-02-20T00:02:10.969 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.970 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-20T00:02:10.970 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:02:10.970 INFO:teuthology.orchestra.run.smithi005.stderr:Bootstrap complete. 2024-02-20T00:02:11.032 INFO:tasks.cephadm:Fetching config... 2024-02-20T00:02:11.033 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:02:11.033 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-20T00:02:11.054 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-20T00:02:11.054 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:02:11.054 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-20T00:02:11.113 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-20T00:02:11.114 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:02:11.114 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/keyring of=/dev/stdout 2024-02-20T00:02:11.188 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-20T00:02:11.188 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:02:11.188 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-20T00:02:11.252 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-20T00:02:11.252 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhIABtPdeHVh5hRB+z2K+fJSHa2wJdJ157pa0N+VhXnkH12+PiJGS8gZb8VnDyQkZ8XAhE/A9m7Y7KeqHhNzmHpAbLox+PLs0N+IY4tN62WifmqyhllzqbD1m6/ZCuf/dQ6kQcvBB4yWE+UOq5Haevhr6SoQ+nWlGcsl8AAxg3g3/jrgmNjNXV1+p634ucoDKpsKrm30p84rUWRYMLMlsl9rpSfJxeYbw+dCPJ+XpHipdJLudikMOUZg1EG8aATcPj/xdNuK7KLb+NB9/Tve5QozMIiMGyRg0qe6hi0cKsdK6yCg8ZGc+Tqp5bhU7MY1OwkCXqg99RXZAUzERLYSzlagRViKuq4p0dPhW62qY142cXcepnRQErOjSJ46ty0zl9OezMJ6bXbxjA+EbBD1bMcbkLTDQrXxmkgAii6EglfscWfU+GqWoyQlZ9Vspnu3NhXNGkxfTesn4/JmcljrAo7PkRTPJqBKy9zqH2lti/TPtDQE8JdNBjI6wqTQJNrys= ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:02:11.339 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhIABtPdeHVh5hRB+z2K+fJSHa2wJdJ157pa0N+VhXnkH12+PiJGS8gZb8VnDyQkZ8XAhE/A9m7Y7KeqHhNzmHpAbLox+PLs0N+IY4tN62WifmqyhllzqbD1m6/ZCuf/dQ6kQcvBB4yWE+UOq5Haevhr6SoQ+nWlGcsl8AAxg3g3/jrgmNjNXV1+p634ucoDKpsKrm30p84rUWRYMLMlsl9rpSfJxeYbw+dCPJ+XpHipdJLudikMOUZg1EG8aATcPj/xdNuK7KLb+NB9/Tve5QozMIiMGyRg0qe6hi0cKsdK6yCg8ZGc+Tqp5bhU7MY1OwkCXqg99RXZAUzERLYSzlagRViKuq4p0dPhW62qY142cXcepnRQErOjSJ46ty0zl9OezMJ6bXbxjA+EbBD1bMcbkLTDQrXxmkgAii6EglfscWfU+GqWoyQlZ9Vspnu3NhXNGkxfTesn4/JmcljrAo7PkRTPJqBKy9zqH2lti/TPtDQE8JdNBjI6wqTQJNrys= ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:02:11.354 DEBUG:teuthology.orchestra.run.smithi032:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhIABtPdeHVh5hRB+z2K+fJSHa2wJdJ157pa0N+VhXnkH12+PiJGS8gZb8VnDyQkZ8XAhE/A9m7Y7KeqHhNzmHpAbLox+PLs0N+IY4tN62WifmqyhllzqbD1m6/ZCuf/dQ6kQcvBB4yWE+UOq5Haevhr6SoQ+nWlGcsl8AAxg3g3/jrgmNjNXV1+p634ucoDKpsKrm30p84rUWRYMLMlsl9rpSfJxeYbw+dCPJ+XpHipdJLudikMOUZg1EG8aATcPj/xdNuK7KLb+NB9/Tve5QozMIiMGyRg0qe6hi0cKsdK6yCg8ZGc+Tqp5bhU7MY1OwkCXqg99RXZAUzERLYSzlagRViKuq4p0dPhW62qY142cXcepnRQErOjSJ46ty0zl9OezMJ6bXbxjA+EbBD1bMcbkLTDQrXxmkgAii6EglfscWfU+GqWoyQlZ9Vspnu3NhXNGkxfTesn4/JmcljrAo7PkRTPJqBKy9zqH2lti/TPtDQE8JdNBjI6wqTQJNrys= ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:02:11.420 INFO:teuthology.orchestra.run.smithi032.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhIABtPdeHVh5hRB+z2K+fJSHa2wJdJ157pa0N+VhXnkH12+PiJGS8gZb8VnDyQkZ8XAhE/A9m7Y7KeqHhNzmHpAbLox+PLs0N+IY4tN62WifmqyhllzqbD1m6/ZCuf/dQ6kQcvBB4yWE+UOq5Haevhr6SoQ+nWlGcsl8AAxg3g3/jrgmNjNXV1+p634ucoDKpsKrm30p84rUWRYMLMlsl9rpSfJxeYbw+dCPJ+XpHipdJLudikMOUZg1EG8aATcPj/xdNuK7KLb+NB9/Tve5QozMIiMGyRg0qe6hi0cKsdK6yCg8ZGc+Tqp5bhU7MY1OwkCXqg99RXZAUzERLYSzlagRViKuq4p0dPhW62qY142cXcepnRQErOjSJ46ty0zl9OezMJ6bXbxjA+EbBD1bMcbkLTDQrXxmkgAii6EglfscWfU+GqWoyQlZ9Vspnu3NhXNGkxfTesn4/JmcljrAo7PkRTPJqBKy9zqH2lti/TPtDQE8JdNBjI6wqTQJNrys= ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:02:11.434 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-20T00:02:13.291 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-20T00:02:13.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-20T00:02:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:12.844887+0000 mon.smithi005 (mon.0) 95 : audit [INF] from='client.? 172.21.15.5:0/1137735849' entity='client.admin' 2024-02-20T00:02:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:13.045117+0000 mon.smithi005 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:13.462658+0000 mon.smithi005 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:02:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:13.466100+0000 mon.smithi005 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:13.475306+0000 mgr.smithi005.opddmj (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi005 on smithi005 2024-02-20T00:02:15.229 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi032 2024-02-20T00:02:15.229 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:02:15.229 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.conf 2024-02-20T00:02:15.251 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:02:15.251 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:02:15.313 INFO:tasks.cephadm:Adding host smithi032 to orchestrator... 2024-02-20T00:02:15.313 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch host add smithi032 2024-02-20T00:02:16.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:14.848615+0000 mgr.smithi005.opddmj (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-02-20T00:02:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:14.851647+0000 mon.smithi005 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:21.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:20.840735+0000 mon.smithi005 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:21.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:20.842887+0000 mon.smithi005 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:02:21.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:20.844598+0000 mon.smithi005 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-20T00:02:21.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:20.845295+0000 mon.smithi005 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:02:21.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:20.845911+0000 mgr.smithi005.opddmj (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi005 on smithi005 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.582939+0000 mon.smithi005 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.751156+0000 mon.smithi005 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.753050+0000 mon.smithi005 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.755200+0000 mon.smithi005 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.755579+0000 mgr.smithi005.opddmj (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-20T00:02:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:22.758321+0000 mon.smithi005 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:24.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:22.767012+0000 mgr.smithi005.opddmj (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi005 on smithi005 2024-02-20T00:02:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:23.702311+0000 mgr.smithi005.opddmj (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:23.855814+0000 mon.smithi005 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:27.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:25.702559+0000 mgr.smithi005.opddmj (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:27.702838+0000 mgr.smithi005.opddmj (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:29.703041+0000 mgr.smithi005.opddmj (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:33.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:31.703297+0000 mgr.smithi005.opddmj (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:35.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:33.703531+0000 mgr.smithi005.opddmj (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:35.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:34.113996+0000 mon.smithi005 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:35.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:34.116409+0000 mgr.smithi005.opddmj (mgr.14158) 16 : cephadm [INF] Deploying daemon node-exporter.smithi005 on smithi005 2024-02-20T00:02:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:35.703941+0000 mgr.smithi005.opddmj (mgr.14158) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:37.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:37.021066+0000 mon.smithi005 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:37.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:37.023821+0000 mon.smithi005 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-20T00:02:39.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:38.023364+0000 mon.smithi005 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.5:0/2285153758' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-20T00:02:39.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:38.023425+0000 mon.smithi005 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi005.opddmj(active, since 34s) 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:44.063639+0000 mon.smithi005 (mon.0) 115 : cluster [INF] Active manager daemon smithi005.opddmj restarted 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:44.063969+0000 mon.smithi005 (mon.0) 116 : cluster [INF] Activating manager daemon smithi005.opddmj 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:44.066894+0000 mon.smithi005 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:44.067023+0000 mon.smithi005 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi005.opddmj(active, starting, since 0.00315984s) 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.068289+0000 mon.smithi005 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.068967+0000 mon.smithi005 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr metadata", "who": "smithi005.opddmj", "id": "smithi005.opddmj"}]: dispatch 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.069782+0000 mon.smithi005 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-20T00:02:44.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.070051+0000 mon.smithi005 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-20T00:02:44.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.070308+0000 mon.smithi005 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-20T00:02:44.316 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:44.084469+0000 mon.smithi005 (mon.0) 124 : cluster [INF] Manager daemon smithi005.opddmj is now available 2024-02-20T00:02:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.194098+0000 mon.smithi005 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.195892+0000 mon.smithi005 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.222598+0000 mon.smithi005 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.235732+0000 mon.smithi005 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:02:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:44.239445+0000 mon.smithi005 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.opddmj/trash_purge_schedule"}]: dispatch 2024-02-20T00:02:45.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:45.069387+0000 mgr.smithi005.opddmj (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:02:45.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:45.069398+0000 mon.smithi005 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi005.opddmj(active, since 1.00553s) 2024-02-20T00:02:45.757 INFO:teuthology.orchestra.run.smithi032.stdout:Added host 'smithi032' with addr '172.21.15.32' 2024-02-20T00:02:46.221 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-20T00:02:47.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:45.749868+0000 mon.smithi005 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:47.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:45.750267+0000 mgr.smithi005.opddmj (mgr.14182) 2 : cephadm [INF] Added host smithi032 2024-02-20T00:02:47.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.628248+0000 mon.smithi005 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:47.668 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:02:47.668 INFO:teuthology.orchestra.run.smithi032.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.32", "hostname": "smithi032", "labels": [], "status": ""}] 2024-02-20T00:02:48.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:46.751410+0000 mon.smithi005 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi005.opddmj(active, since 2s) 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.949365+0000 mon.smithi005 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.950387+0000 mon.smithi005 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.951168+0000 mon.smithi005 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:46.952475+0000 mgr.smithi005.opddmj (mgr.14182) 3 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:46.973374+0000 mgr.smithi005.opddmj (mgr.14182) 4 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.993627+0000 mon.smithi005 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:46.996248+0000 mon.smithi005 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:47.010621+0000 mgr.smithi005.opddmj (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi005 on smithi005 2024-02-20T00:02:48.066 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-20T00:02:48.066 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-20T00:02:49.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:47.665156+0000 mgr.smithi005.opddmj (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:50.762 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2024-02-20T00:02:51.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:50.703931+0000 mon.smithi005 (mon.0) 139 : audit [INF] from='client.? 172.21.15.5:0/3817741109' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-20T00:02:52.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:50.757338+0000 mon.smithi005 (mon.0) 140 : audit [INF] from='client.? 172.21.15.5:0/3817741109' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-20T00:02:52.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:02:50.757406+0000 mon.smithi005 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:02:52.215 INFO:tasks.cephadm:Adding mon.smithi005 on smithi005 2024-02-20T00:02:52.215 INFO:tasks.cephadm:Adding mon.smithi032 on smithi032 2024-02-20T00:02:52.215 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi005:172.21.15.5=smithi005;smithi032:172.21.15.32=smithi032' 2024-02-20T00:02:55.027 INFO:teuthology.orchestra.run.smithi032.stdout:Scheduled mon update... 2024-02-20T00:02:55.404 DEBUG:teuthology.orchestra.run.smithi032:mon.smithi032> sudo journalctl -f -n 0 -u ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi032.service 2024-02-20T00:02:55.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:02:55.407 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:02:55.443 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:-- Logs begin at Mon 2024-02-19 23:47:51 UTC. -- 2024-02-20T00:02:56.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:55.020448+0000 mgr.smithi005.opddmj (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi005:172.21.15.5=smithi005;smithi032:172.21.15.32=smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:02:56.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:02:55.022478+0000 mgr.smithi005.opddmj (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi005:172.21.15.5=smithi005;smithi032:172.21.15.32=smithi032;count:2 2024-02-20T00:02:56.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:55.025266+0000 mon.smithi005 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:56.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:55.721830+0000 mon.smithi005 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:56.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:55.722991+0000 mon.smithi005 (mon.0) 144 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:56.904 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:02:56.904 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","modified":"2024-02-20T00:01:10.491379Z","created":"2024-02-20T00:01:10.491379Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:02:56.907 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2024-02-20T00:02:57.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:56.385435+0000 mon.smithi005 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:57.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:56.679286+0000 mon.smithi005 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:57.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:56.902358+0000 mon.smithi005 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.32:0/3249043909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:02:58.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:02:58.382 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:02:59.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:58.318571+0000 mon.smithi005 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:02:59.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:02:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:02:59.225179+0000 mon.smithi005 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:00.816 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:03:00.816 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","modified":"2024-02-20T00:01:10.491379Z","created":"2024-02-20T00:01:10.491379Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:03:00.818 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.237944+0000 mon.smithi005 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.786792+0000 mon.smithi005 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.787721+0000 mon.smithi005 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.788850+0000 mon.smithi005 (mon.0) 153 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.789779+0000 mon.smithi005 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:00.791111+0000 mgr.smithi005.opddmj (mgr.14182) 9 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-02-20T00:03:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.813917+0000 mon.smithi005 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.32:0/140036555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:00.817237+0000 mgr.smithi005.opddmj (mgr.14182) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.845337+0000 mon.smithi005 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.848152+0000 mon.smithi005 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.850056+0000 mon.smithi005 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.852060+0000 mon.smithi005 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:00.852837+0000 mon.smithi005 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:01.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:00.853539+0000 mgr.smithi005.opddmj (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi032 on smithi032 2024-02-20T00:03:02.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:03:02.186 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:03:04.202 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:03:04.202 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","modified":"2024-02-20T00:01:10.491379Z","created":"2024-02-20T00:01:10.491379Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:03:04.205 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:03.583700+0000 mon.smithi005 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:03.586160+0000 mon.smithi005 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.hsdzdh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:03.588300+0000 mon.smithi005 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.hsdzdh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:03.589143+0000 mon.smithi005 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:03.590130+0000 mon.smithi005 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:03.590873+0000 mgr.smithi005.opddmj (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi032.hsdzdh on smithi032 2024-02-20T00:03:05.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:04.071212+0000 mgr.smithi005.opddmj (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:05.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:04.200898+0000 mon.smithi005 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.32:0/1377360622' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:03:05.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:04.228755+0000 mon.smithi005 (mon.0) 167 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:06.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:06.071616+0000 mgr.smithi005.opddmj (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:06.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:03:06.780 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:03:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:07.717510+0000 mon.smithi005 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:07.719772+0000 mon.smithi005 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:03:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:07.720620+0000 mon.smithi005 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:07.721355+0000 mgr.smithi005.opddmj (mgr.14182) 15 : cephadm [INF] Deploying daemon mon.smithi032 on smithi032 2024-02-20T00:03:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:08.072058+0000 mgr.smithi005.opddmj (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:10.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:09.232054+0000 mon.smithi005 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:10.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:10.072502+0000 mgr.smithi005.opddmj (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:12.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:12.073015+0000 mgr.smithi005.opddmj (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:13.942 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:13 smithi032 systemd[1]: Starting Ceph mon.smithi032 for bd3d5ebe-cf82-11ee-95bb-87774f69a715... 2024-02-20T00:03:13.981 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:03:13.981 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","modified":"2024-02-20T00:01:10.491379Z","created":"2024-02-20T00:01:10.491379Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:03:13.982 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2024-02-20T00:03:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:13.565099+0000 mon.smithi005 (mon.0) 172 : cluster [DBG] Standby manager daemon smithi032.hsdzdh started 2024-02-20T00:03:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:13.568493+0000 mon.smithi005 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.hsdzdh/crt"}]: dispatch 2024-02-20T00:03:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:13.570037+0000 mon.smithi005 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-20T00:03:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:13.573580+0000 mon.smithi005 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.hsdzdh/key"}]: dispatch 2024-02-20T00:03:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:13.574039+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 bash[39651]: c75d6228342d81560acd77c8a77aa0bb5e2e0383a1ed6c42b141cbe5f95b1897 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 systemd[1]: Started Ceph mon.smithi032 for bd3d5ebe-cf82-11ee-95bb-87774f69a715. 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.006+0000 7f2afbedd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.006+0000 7f2afbedd880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.007+0000 7f2afbedd880 0 pidfile_write: ignore empty --pid-file 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.012+0000 7f2afbedd880 0 load: jerasure load: lrc load: isa 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: RocksDB version: 6.8.1 2024-02-20T00:03:14.274 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Compile date Feb 19 2024 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: DB SUMMARY 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: CURRENT file: CURRENT 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi032/store.db dir, Total Num: 0, files: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi032/store.db: 000003.log size: 511 ; 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.275 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.create_if_missing: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.env: 0x562e1c649080 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.fs: Posix File System 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.info_log: 0x562e1cfcfd20 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:03:14.276 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.db_log_dir: 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi032/store.db 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:03:14.277 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.write_buffer_manager: 0x562e1dc4a450 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:03:14.278 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.unordered_write: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.row_cache: None 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.wal_filter: None 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:03:14.279 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.log_readahead_size: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:03:14.280 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Compression algorithms supported: 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kZSTD supported: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:03:14.281 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:03:14.282 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:03:14.282 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:03:14.282 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:03:14.282 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:03:14.283 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000001 2024-02-20T00:03:14.283 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.merge_operator: 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562e1cf7fd10) 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cache_index_and_filter_blocks: 1 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-20T00:03:14.284 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: pin_top_level_index_and_filter: 1 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: index_type: 0 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: data_block_index_type: 0 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: index_shortening: 1 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: hash_index_allow_collision: 1 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: checksum: 1 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: no_block_cache: 0 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_cache: 0x562e1cfb4f10 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_cache_name: BinnedLRUCache 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_cache_options: 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: capacity : 536870912 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: num_shard_bits : 4 2024-02-20T00:03:14.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: strict_capacity_limit : 0 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: high_pri_pool_ratio: 0.000 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_cache_compressed: (nil) 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: persistent_cache: (nil) 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_size: 4096 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_size_deviation: 10 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_restart_interval: 16 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: index_block_restart_interval: 1 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: metadata_block_size: 4096 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: partition_filters: 0 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: use_delta_encoding: 1 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: whole_key_filtering: 1 2024-02-20T00:03:14.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: verify_compression: 0 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: read_amp_bytes_per_bit: 0 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: format_version: 2 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: enable_index_compression: 1 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: block_align: 0 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.num_levels: 7 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:03:14.287 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:03:14.288 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:03:14.289 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:03:14.290 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:03:14.291 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.ttl: 2592000 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.013+0000 7f2afbedd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387394016168, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387394016719, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708387394, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.014+0000 7f2afbedd880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-20T00:03:14.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.015+0000 7f2afbedd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708387394017207, "job": 1, "event": "recovery_finished"} 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.016+0000 7f2afbedd880 4 rocksdb: DB pointer 0x562e1d07d800 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.016+0000 7f2ae2ccf700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.016+0000 7f2ae2ccf700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** DB Stats ** 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:03:14.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** Compaction Stats [default] ** 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** Compaction Stats [default] ** 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:03:14.294 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** Compaction Stats [default] ** 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.295 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** Compaction Stats [default] ** 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:03:14.296 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.016+0000 7f2afbedd880 0 mon.smithi032 does not exist in monmap, will attempt to join an existing cluster 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.016+0000 7f2afbedd880 0 using public_addr v2:172.21.15.32:0/0 -> [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.017+0000 7f2afbedd880 0 starting mon.smithi032 rank -1 at public addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] at bind addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi032 fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.018+0000 7f2afbedd880 1 mon.smithi032@-1(???) e0 preinit fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.045+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).mds e1 new map 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.045+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).mds e1 print_map 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: e1 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-20T00:03:14.297 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: legacy client fscid: -1 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: No filesystems configured 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.045+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:03:14.298 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.046+0000 7f2ae54d4700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:13.565099+0000 mon.smithi005 (mon.0) 172 : cluster [DBG] Standby manager daemon smithi032.hsdzdh started 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:13.568493+0000 mon.smithi005 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.hsdzdh/crt"}]: dispatch 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:13.570037+0000 mon.smithi005 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:13.573580+0000 mon.smithi005 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.hsdzdh/key"}]: dispatch 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:13.574039+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.32:0/3631264968' entity='mgr.smithi032.hsdzdh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-20T00:03:14.299 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:03:14.047+0000 7f2ae54d4700 1 mon.smithi032@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-20T00:03:15.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:03:15.313 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:03:19.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:14.057205+0000 mon.smithi005 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:03:19.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:14.057434+0000 mon.smithi005 (mon.0) 182 : cluster [INF] mon.smithi005 calling monitor election 2024-02-20T00:03:19.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:14.070775+0000 mon.smithi005 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:14.073419+0000 mgr.smithi005.opddmj (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:15.053684+0000 mon.smithi005 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:16.054160+0000 mon.smithi005 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:16.055417+0000 mon.smithi032 (mon.1) 1 : cluster [INF] mon.smithi032 calling monitor election 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:16.073668+0000 mgr.smithi005.opddmj (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:17.054469+0000 mon.smithi005 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:18.054271+0000 mon.smithi005 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:18.074081+0000 mgr.smithi005.opddmj (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:19.054137+0000 mon.smithi005 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.085391+0000 mon.smithi005 (mon.0) 189 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi032 in quorum (ranks 0,1) 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.088568+0000 mon.smithi005 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.100421+0000 mon.smithi005 (mon.0) 191 : cluster [DBG] fsmap 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.100470+0000 mon.smithi005 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.100877+0000 mon.smithi005 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi005.opddmj(active, since 35s), standbys: smithi032.hsdzdh 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:19.101035+0000 mon.smithi005 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-02-20T00:03:19.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:19.104768+0000 mon.smithi005 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:14.057205+0000 mon.smithi005 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:14.057434+0000 mon.smithi005 (mon.0) 182 : cluster [INF] mon.smithi005 calling monitor election 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:14.070775+0000 mon.smithi005 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:14.073419+0000 mgr.smithi005.opddmj (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:15.053684+0000 mon.smithi005 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:16.054160+0000 mon.smithi005 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:16.055417+0000 mon.smithi032 (mon.1) 1 : cluster [INF] mon.smithi032 calling monitor election 2024-02-20T00:03:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:16.073668+0000 mgr.smithi005.opddmj (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:17.054469+0000 mon.smithi005 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:18.054271+0000 mon.smithi005 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:18.074081+0000 mgr.smithi005.opddmj (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:19.054137+0000 mon.smithi005 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.085391+0000 mon.smithi005 (mon.0) 189 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi032 in quorum (ranks 0,1) 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.088568+0000 mon.smithi005 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.100421+0000 mon.smithi005 (mon.0) 191 : cluster [DBG] fsmap 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.100470+0000 mon.smithi005 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.100877+0000 mon.smithi005 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi005.opddmj(active, since 35s), standbys: smithi032.hsdzdh 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:19.101035+0000 mon.smithi005 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-02-20T00:03:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:19.104768+0000 mon.smithi005 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:19.808 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-02-20T00:03:19.808 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":2,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","modified":"2024-02-20T00:03:14.054207Z","created":"2024-02-20T00:01:10.491379Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi032","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:3300","nonce":0},{"type":"v1","addr":"172.21.15.32:6789","nonce":0}]},"addr":"172.21.15.32:6789/0","public_addr":"172.21.15.32:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-20T00:03:19.809 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 2 2024-02-20T00:03:20.168 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-20T00:03:20.168 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-20T00:03:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:19.106750+0000 mgr.smithi005.opddmj (mgr.14182) 22 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-02-20T00:03:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:19.236629+0000 mon.smithi005 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:19.805196+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.32:0/2696715637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:03:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:20.054214+0000 mon.smithi005 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:20.074366+0000 mgr.smithi005.opddmj (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:19.106750+0000 mgr.smithi005.opddmj (mgr.14182) 22 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-02-20T00:03:20.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:19.236629+0000 mon.smithi005 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:20.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:19.805196+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.32:0/2696715637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:03:20.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:20.054214+0000 mon.smithi005 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2024-02-20T00:03:20.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:20.074366+0000 mgr.smithi005.opddmj (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:21.600 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:03:21.601 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2024-02-20T00:03:21.601 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = bd3d5ebe-cf82-11ee-95bb-87774f69a715 2024-02-20T00:03:21.601 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2024-02-20T00:03:21.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:21.599247+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.5:0/1756351594' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:21.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:21.599247+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.5:0/1756351594' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:21.986 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-20T00:03:21.986 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:03:21.987 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:03:22.025 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:03:22.026 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:03:22.102 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:03:22.102 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:03:22.140 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:03:22.141 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:03:22.212 INFO:tasks.cephadm:Deploying OSDs... 2024-02-20T00:03:22.212 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:03:22.213 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:03:22.235 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:03:22.235 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme1n1 2024-02-20T00:03:22.298 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme1n1 2024-02-20T00:03:22.298 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:22.298 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 207884 Links: 1 Device type: 103,1 2024-02-20T00:03:22.298 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:22.299 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:22.299 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-20 00:02:13.801833369 +0000 2024-02-20T00:03:22.299 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:58:09.671720660 +0000 2024-02-20T00:03:22.299 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:58:09.671720660 +0000 2024-02-20T00:03:22.299 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-20T00:03:22.299 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-20T00:03:22.373 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-20T00:03:22.373 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-20T00:03:22.373 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000165489 s, 3.1 MB/s 2024-02-20T00:03:22.374 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-20T00:03:22.438 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme2n1 2024-02-20T00:03:22.502 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme2n1 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 206067 Links: 1 Device type: 103,2 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-20 00:02:13.811833170 +0000 2024-02-20T00:03:22.503 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:58:09.837717355 +0000 2024-02-20T00:03:22.504 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:58:09.837717355 +0000 2024-02-20T00:03:22.504 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-20T00:03:22.504 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-20T00:03:22.576 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-20T00:03:22.576 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-20T00:03:22.576 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000148909 s, 3.4 MB/s 2024-02-20T00:03:22.577 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-20T00:03:22.642 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme3n1 2024-02-20T00:03:22.705 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme3n1 2024-02-20T00:03:22.705 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:22.705 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 206074 Links: 1 Device type: 103,3 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-20 00:02:13.821832970 +0000 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:58:10.004714029 +0000 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:58:10.004714029 +0000 2024-02-20T00:03:22.706 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-20T00:03:22.706 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-20T00:03:22.778 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-20T00:03:22.778 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-20T00:03:22.779 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000155635 s, 3.3 MB/s 2024-02-20T00:03:22.780 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-20T00:03:22.842 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme4n1 2024-02-20T00:03:22.904 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme4n1 2024-02-20T00:03:22.904 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 206139 Links: 1 Device type: 103,4 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-20 00:02:13.831832770 +0000 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-19 23:58:10.170710724 +0000 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-19 23:58:10.170710724 +0000 2024-02-20T00:03:22.905 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-20T00:03:22.905 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-20T00:03:22.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:22.074674+0000 mgr.smithi005.opddmj (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:22.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:22.134330+0000 mon.smithi005 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:22.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:22.136233+0000 mon.smithi005 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:22.974 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:22.074674+0000 mgr.smithi005.opddmj (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:22.974 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:22.134330+0000 mon.smithi005 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:22.975 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:22.136233+0000 mon.smithi005 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:22.977 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-20T00:03:22.977 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-20T00:03:22.977 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000152262 s, 3.4 MB/s 2024-02-20T00:03:22.979 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-20T00:03:23.044 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:03:23.044 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:03:23.064 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-20T00:03:23.065 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/nvme1n1 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/nvme1n1 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 205545 Links: 1 Device type: 103,1 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-20 00:02:58.515173570 +0000 2024-02-20T00:03:23.126 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:58:11.493184442 +0000 2024-02-20T00:03:23.127 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:58:11.493184442 +0000 2024-02-20T00:03:23.127 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-20T00:03:23.127 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-20T00:03:23.199 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-20T00:03:23.199 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-20T00:03:23.199 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000143092 s, 3.6 MB/s 2024-02-20T00:03:23.200 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-20T00:03:23.263 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/nvme2n1 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/nvme2n1 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 209143 Links: 1 Device type: 103,2 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-20 00:02:58.528173298 +0000 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:58:11.659180997 +0000 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:58:11.659180997 +0000 2024-02-20T00:03:23.326 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-20T00:03:23.326 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-20T00:03:23.399 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-20T00:03:23.400 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-20T00:03:23.400 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000145229 s, 3.5 MB/s 2024-02-20T00:03:23.401 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-20T00:03:23.465 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/nvme3n1 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/nvme3n1 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 205682 Links: 1 Device type: 103,3 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:23.527 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-20 00:02:58.540173047 +0000 2024-02-20T00:03:23.528 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:58:11.824177573 +0000 2024-02-20T00:03:23.528 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:58:11.824177573 +0000 2024-02-20T00:03:23.528 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-20T00:03:23.528 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-20T00:03:23.600 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-20T00:03:23.601 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-20T00:03:23.601 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000147892 s, 3.5 MB/s 2024-02-20T00:03:23.602 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-20T00:03:23.666 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/nvme4n1 2024-02-20T00:03:23.727 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/nvme4n1 2024-02-20T00:03:23.727 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-20T00:03:23.727 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 202485 Links: 1 Device type: 103,4 2024-02-20T00:03:23.727 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-20T00:03:23.727 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-20T00:03:23.728 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-02-20 00:02:58.551172817 +0000 2024-02-20T00:03:23.728 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-02-19 23:58:11.988174169 +0000 2024-02-20T00:03:23.728 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-02-19 23:58:11.988174169 +0000 2024-02-20T00:03:23.728 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-02-20T00:03:23.728 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-20T00:03:23.800 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-02-20T00:03:23.800 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-02-20T00:03:23.800 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000160017 s, 3.2 MB/s 2024-02-20T00:03:23.802 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-20T00:03:23.865 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-20T00:03:24.451 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.358779+0000 mon.smithi005 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.359845+0000 mon.smithi005 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:24.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.360735+0000 mon.smithi005 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:24.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:23.361903+0000 mgr.smithi005.opddmj (mgr.14182) 25 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-20T00:03:24.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:23.362233+0000 mgr.smithi005.opddmj (mgr.14182) 26 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-02-20T00:03:24.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.384487+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.387850+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.391495+0000 mon.smithi005 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:23.395001+0000 mgr.smithi005.opddmj (mgr.14182) 27 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2024-02-20T00:03:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.395333+0000 mon.smithi005 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:03:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.396113+0000 mon.smithi005 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:03:24.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:23.396872+0000 mon.smithi005 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:24.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:23.397591+0000 mgr.smithi005.opddmj (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-02-20T00:03:24.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:24.075003+0000 mgr.smithi005.opddmj (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:24.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:24.241576+0000 mon.smithi005 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.358779+0000 mon.smithi005 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.359845+0000 mon.smithi005 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.360735+0000 mon.smithi005 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:23.361903+0000 mgr.smithi005.opddmj (mgr.14182) 25 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:23.362233+0000 mgr.smithi005.opddmj (mgr.14182) 26 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.384487+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.387850+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.391495+0000 mon.smithi005 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:23.395001+0000 mgr.smithi005.opddmj (mgr.14182) 27 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.395333+0000 mon.smithi005 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:03:24.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.396113+0000 mon.smithi005 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:03:24.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:23.396872+0000 mon.smithi005 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:24.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:23.397591+0000 mgr.smithi005.opddmj (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-02-20T00:03:24.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:24.075003+0000 mgr.smithi005.opddmj (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:24.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:24.241576+0000 mon.smithi005 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:25.404 INFO:teuthology.orchestra.run.smithi032.stdout:Scheduled osd.all-available-devices update... 2024-02-20T00:03:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:24.662962+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:24.663632+0000 mgr.smithi005.opddmj (mgr.14182) 30 : cephadm [INF] Reconfiguring mgr.smithi005.opddmj (unknown last config time)... 2024-02-20T00:03:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:24.663933+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.opddmj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:03:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:24.664779+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:03:25.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:24.665473+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:25.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:24.666121+0000 mgr.smithi005.opddmj (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon mgr.smithi005.opddmj on smithi005 2024-02-20T00:03:25.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:25.402310+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:25.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:25.627838+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:25.775 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-20T00:03:25.775 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:26.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:24.662962+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:26.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:24.663632+0000 mgr.smithi005.opddmj (mgr.14182) 30 : cephadm [INF] Reconfiguring mgr.smithi005.opddmj (unknown last config time)... 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:24.663933+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.opddmj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:24.664779+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:24.665473+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:24.666121+0000 mgr.smithi005.opddmj (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon mgr.smithi005.opddmj on smithi005 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:25.402310+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:25.627838+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:25.395553+0000 mgr.smithi005.opddmj (mgr.14182) 32 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:25.397604+0000 mgr.smithi005.opddmj (mgr.14182) 33 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:25.397731+0000 mgr.smithi005.opddmj (mgr.14182) 34 : cephadm [INF] Marking host: smithi032 for OSDSpec preview refresh. 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:25.398123+0000 mgr.smithi005.opddmj (mgr.14182) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:25.628691+0000 mgr.smithi005.opddmj (mgr.14182) 36 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:25.635534+0000 mgr.smithi005.opddmj (mgr.14182) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-02-20T00:03:26.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:26.075263+0000 mgr.smithi005.opddmj (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:25.395553+0000 mgr.smithi005.opddmj (mgr.14182) 32 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:25.397604+0000 mgr.smithi005.opddmj (mgr.14182) 33 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:25.397731+0000 mgr.smithi005.opddmj (mgr.14182) 34 : cephadm [INF] Marking host: smithi032 for OSDSpec preview refresh. 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:25.398123+0000 mgr.smithi005.opddmj (mgr.14182) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:25.628691+0000 mgr.smithi005.opddmj (mgr.14182) 36 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:25.635534+0000 mgr.smithi005.opddmj (mgr.14182) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-02-20T00:03:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:26.075263+0000 mgr.smithi005.opddmj (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:28.078 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:28.460 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:28.075533+0000 mgr.smithi005.opddmj (mgr.14182) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:28.460 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:28.076216+0000 mon.smithi005 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.5:0/1598181459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:28.075533+0000 mgr.smithi005.opddmj (mgr.14182) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:28.076216+0000 mon.smithi005 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.5:0/1598181459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:28.568 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:29.569 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:30.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:29.388454+0000 mon.smithi005 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:30.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:29.389938+0000 mgr.smithi005.opddmj (mgr.14182) 40 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-02-20T00:03:30.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:29.390386+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:03:30.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:29.391485+0000 mon.smithi005 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:30.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:29.392294+0000 mgr.smithi005.opddmj (mgr.14182) 41 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2024-02-20T00:03:30.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:30.075784+0000 mgr.smithi005.opddmj (mgr.14182) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:29.388454+0000 mon.smithi005 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:29.389938+0000 mgr.smithi005.opddmj (mgr.14182) 40 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:29.390386+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:29.391485+0000 mon.smithi005 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:29.392294+0000 mgr.smithi005.opddmj (mgr.14182) 41 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2024-02-20T00:03:30.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:30.075784+0000 mgr.smithi005.opddmj (mgr.14182) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:31.334 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:31.816 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:30.561071+0000 mon.smithi005 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:31.817 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:30.561726+0000 mgr.smithi005.opddmj (mgr.14182) 43 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-02-20T00:03:31.817 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:30.597105+0000 mgr.smithi005.opddmj (mgr.14182) 44 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-02-20T00:03:31.817 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:31.332577+0000 mon.smithi005 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.5:0/3409357843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:31.819 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:31.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:30.561071+0000 mon.smithi005 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:31.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:30.561726+0000 mgr.smithi005.opddmj (mgr.14182) 43 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-02-20T00:03:31.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:30.597105+0000 mgr.smithi005.opddmj (mgr.14182) 44 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-02-20T00:03:31.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:31.332577+0000 mon.smithi005 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.5:0/3409357843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:32.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:32.076129+0000 mgr.smithi005.opddmj (mgr.14182) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:32.820 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:32.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:32.076129+0000 mgr.smithi005.opddmj (mgr.14182) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:34.255 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:34.788 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:35.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:34.067859+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:35.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:34.069095+0000 mgr.smithi005.opddmj (mgr.14182) 46 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-02-20T00:03:35.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:34.075466+0000 mgr.smithi005.opddmj (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-02-20T00:03:35.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:34.076396+0000 mgr.smithi005.opddmj (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:35.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:34.254219+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.5:0/3185830291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:34.067859+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:34.069095+0000 mgr.smithi005.opddmj (mgr.14182) 46 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-02-20T00:03:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:34.075466+0000 mgr.smithi005.opddmj (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-02-20T00:03:35.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:34.076396+0000 mgr.smithi005.opddmj (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:35.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:34.254219+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.5:0/3185830291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:35.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:36.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:36.076683+0000 mgr.smithi005.opddmj (mgr.14182) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:36.076683+0000 mgr.smithi005.opddmj (mgr.14182) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:37.741 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:38.101 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:39.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:37.723810+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:37.724437+0000 mgr.smithi005.opddmj (mgr.14182) 50 : cephadm [INF] Reconfiguring crash.smithi032 (monmap changed)... 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:37.724699+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:37.725404+0000 mon.smithi005 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:37.725920+0000 mgr.smithi005.opddmj (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon crash.smithi032 on smithi032 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:37.739144+0000 mon.smithi005 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.5:0/2897411379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:38.076998+0000 mgr.smithi005.opddmj (mgr.14182) 52 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:39.103 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:37.723810+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:37.724437+0000 mgr.smithi005.opddmj (mgr.14182) 50 : cephadm [INF] Reconfiguring crash.smithi032 (monmap changed)... 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:37.724699+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:37.725404+0000 mon.smithi005 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:37.725920+0000 mgr.smithi005.opddmj (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon crash.smithi032 on smithi032 2024-02-20T00:03:39.200 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:37.739144+0000 mon.smithi005 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.5:0/2897411379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:39.201 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:38.076998+0000 mgr.smithi005.opddmj (mgr.14182) 52 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:40.476 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:40.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:39.250489+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:40.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:39.251104+0000 mgr.smithi005.opddmj (mgr.14182) 53 : cephadm [INF] Reconfiguring mgr.smithi032.hsdzdh (monmap changed)... 2024-02-20T00:03:40.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:39.251369+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.hsdzdh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:03:40.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:39.252142+0000 mon.smithi005 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:03:40.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:39.252799+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:40.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:39.253366+0000 mgr.smithi005.opddmj (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mgr.smithi032.hsdzdh on smithi032 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:39.250489+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:39.251104+0000 mgr.smithi005.opddmj (mgr.14182) 53 : cephadm [INF] Reconfiguring mgr.smithi032.hsdzdh (monmap changed)... 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:39.251369+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.hsdzdh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:39.252142+0000 mon.smithi005 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:39.252799+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:39.253366+0000 mgr.smithi005.opddmj (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon mgr.smithi032.hsdzdh on smithi032 2024-02-20T00:03:40.892 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:40.077350+0000 mgr.smithi005.opddmj (mgr.14182) 55 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:40.474038+0000 mon.smithi005 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:40.474271+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.5:0/4221767037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:40.474718+0000 mgr.smithi005.opddmj (mgr.14182) 56 : cephadm [INF] Reconfiguring mon.smithi032 (monmap changed)... 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:40.474953+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:40.475608+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:40.476230+0000 mon.smithi005 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:03:40.476841+0000 mgr.smithi005.opddmj (mgr.14182) 57 : cephadm [INF] Reconfiguring daemon mon.smithi032 on smithi032 2024-02-20T00:03:41.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.425121+0000 mon.smithi005 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.428244+0000 mon.smithi005 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.429960+0000 mon.smithi005 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.434447+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.439475+0000 mon.smithi005 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.446924+0000 mon.smithi005 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.452349+0000 mon.smithi005 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.459799+0000 mon.smithi005 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.464017+0000 mon.smithi005 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-20T00:03:41.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.469166+0000 mon.smithi005 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.894 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:41.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:40.077350+0000 mgr.smithi005.opddmj (mgr.14182) 55 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:40.474038+0000 mon.smithi005 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:40.474271+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.5:0/4221767037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:40.474718+0000 mgr.smithi005.opddmj (mgr.14182) 56 : cephadm [INF] Reconfiguring mon.smithi032 (monmap changed)... 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:40.474953+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:40.475608+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:40.476230+0000 mon.smithi005 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:03:40.476841+0000 mgr.smithi005.opddmj (mgr.14182) 57 : cephadm [INF] Reconfiguring daemon mon.smithi032 on smithi032 2024-02-20T00:03:41.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.425121+0000 mon.smithi005 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.428244+0000 mon.smithi005 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.429960+0000 mon.smithi005 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.434447+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.439475+0000 mon.smithi005 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.446924+0000 mon.smithi005 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.452349+0000 mon.smithi005 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:41.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.459799+0000 mon.smithi005 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:03:41.969 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.464017+0000 mon.smithi005 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-20T00:03:41.969 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.469166+0000 mon.smithi005 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:42.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.428732+0000 mgr.smithi005.opddmj (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.430287+0000 mgr.smithi005.opddmj (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.439893+0000 mgr.smithi005.opddmj (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.447280+0000 mgr.smithi005.opddmj (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.460226+0000 mgr.smithi005.opddmj (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.464406+0000 mgr.smithi005.opddmj (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-20T00:03:42.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:41.477172+0000 mon.smithi005 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:42.759 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:42.077593+0000 mgr.smithi005.opddmj (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:42.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.428732+0000 mgr.smithi005.opddmj (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-20T00:03:42.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.430287+0000 mgr.smithi005.opddmj (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.439893+0000 mgr.smithi005.opddmj (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.447280+0000 mgr.smithi005.opddmj (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.460226+0000 mgr.smithi005.opddmj (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.464406+0000 mgr.smithi005.opddmj (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:41.477172+0000 mon.smithi005 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:42.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:42.077593+0000 mgr.smithi005.opddmj (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:43.944 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:43.965 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:42.713584+0000 mon.smithi005 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:43.966 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:42.718283+0000 mon.smithi005 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:43.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:42.713584+0000 mon.smithi005 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:43.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:42.718283+0000 mon.smithi005 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:44.499 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-20T00:03:45.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:43.940157+0000 mon.smithi005 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.5:0/1471971284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:45.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:44.077883+0000 mgr.smithi005.opddmj (mgr.14182) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:43.940157+0000 mon.smithi005 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.5:0/1471971284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:44.077883+0000 mgr.smithi005.opddmj (mgr.14182) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:45.500 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:45.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.735118+0000 mon.smithi005 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.740315+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.741269+0000 mon.smithi005 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:45.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.742024+0000 mon.smithi005 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:45.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.746143+0000 mon.smithi005 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.750422+0000 mon.smithi005 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:03:45.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.753789+0000 mon.smithi005 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:03:45.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.754917+0000 mon.smithi005 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:03:45.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.755178+0000 mon.smithi005 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:45.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:44.755731+0000 mon.smithi005 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.735118+0000 mon.smithi005 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.740315+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.741269+0000 mon.smithi005 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.742024+0000 mon.smithi005 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.746143+0000 mon.smithi005 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.750422+0000 mon.smithi005 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:03:45.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.753789+0000 mon.smithi005 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:03:45.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.754917+0000 mon.smithi005 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:03:45.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.755178+0000 mon.smithi005 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:45.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:44.755731+0000 mon.smithi005 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:46.781 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:46.078150+0000 mgr.smithi005.opddmj (mgr.14182) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:47.155 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:46.078150+0000 mgr.smithi005.opddmj (mgr.14182) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:47.563 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1708387427,"num_remapped_pgs":0} 2024-02-20T00:03:48.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.042507+0000 mon.smithi005 (mon.0) 263 : audit [INF] from='client.? 172.21.15.5:0/3766690890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "146fd277-5437-4555-8d70-51589f326507"}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.046254+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='client.? 172.21.15.5:0/3766690890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "146fd277-5437-4555-8d70-51589f326507"}]': finished 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:47.046331+0000 mon.smithi005 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.046465+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.153381+0000 mon.smithi005 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.5:0/2644325288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.295015+0000 mon.smithi032 (mon.1) 2 : audit [INF] from='client.? 172.21.15.32:0/2790340734' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.295448+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.299538+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]': finished 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:47.299597+0000 mon.smithi005 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.299732+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:47.300084+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.042507+0000 mon.smithi005 (mon.0) 263 : audit [INF] from='client.? 172.21.15.5:0/3766690890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "146fd277-5437-4555-8d70-51589f326507"}]: dispatch 2024-02-20T00:03:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.046254+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='client.? 172.21.15.5:0/3766690890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "146fd277-5437-4555-8d70-51589f326507"}]': finished 2024-02-20T00:03:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:47.046331+0000 mon.smithi005 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-20T00:03:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.046465+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.153381+0000 mon.smithi005 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.5:0/2644325288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.295015+0000 mon.smithi032 (mon.1) 2 : audit [INF] from='client.? 172.21.15.32:0/2790340734' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]: dispatch 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.295448+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]: dispatch 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.299538+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "245b31a2-895e-4950-b0df-229bdb5feac8"}]': finished 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:47.299597+0000 mon.smithi005 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.299732+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:48.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:47.300084+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:48.565 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:48.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:48.494917+0000 mon.smithi005 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.5:0/290337152' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:48.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:48.622725+0000 mon.smithi032 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.32:0/1201835261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:48.494917+0000 mon.smithi005 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.5:0/290337152' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:48.622725+0000 mon.smithi032 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.32:0/1201835261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:49.943 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:49.975 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:48.078523+0000 mgr.smithi005.opddmj (mgr.14182) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:48.078523+0000 mgr.smithi005.opddmj (mgr.14182) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:50.323 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708387427,"num_remapped_pgs":0} 2024-02-20T00:03:51.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:49.942148+0000 mon.smithi005 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.5:0/3626182835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:49.942148+0000 mon.smithi005 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.5:0/3626182835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:51.324 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:52.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:50.078808+0000 mgr.smithi005.opddmj (mgr.14182) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.079326+0000 mon.smithi005 (mon.0) 275 : audit [INF] from='client.? 172.21.15.5:0/3019213641' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9544e23a-1e76-4b29-ae9a-8e17e23cfd03"}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.083269+0000 mon.smithi005 (mon.0) 276 : audit [INF] from='client.? 172.21.15.5:0/3019213641' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9544e23a-1e76-4b29-ae9a-8e17e23cfd03"}]': finished 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:51.083313+0000 mon.smithi005 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.083418+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.083696+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.083867+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.187696+0000 mon.smithi032 (mon.1) 4 : audit [INF] from='client.? 172.21.15.32:0/2779489091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.188128+0000 mon.smithi005 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.191639+0000 mon.smithi005 (mon.0) 282 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]': finished 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:51.191691+0000 mon.smithi005 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.191803+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.192062+0000 mon.smithi005 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.192228+0000 mon.smithi005 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:52.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:51.192399+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:50.078808+0000 mgr.smithi005.opddmj (mgr.14182) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.079326+0000 mon.smithi005 (mon.0) 275 : audit [INF] from='client.? 172.21.15.5:0/3019213641' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9544e23a-1e76-4b29-ae9a-8e17e23cfd03"}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.083269+0000 mon.smithi005 (mon.0) 276 : audit [INF] from='client.? 172.21.15.5:0/3019213641' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9544e23a-1e76-4b29-ae9a-8e17e23cfd03"}]': finished 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:51.083313+0000 mon.smithi005 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.083418+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.083696+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.083867+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.187696+0000 mon.smithi032 (mon.1) 4 : audit [INF] from='client.? 172.21.15.32:0/2779489091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.188128+0000 mon.smithi005 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]: dispatch 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.191639+0000 mon.smithi005 (mon.0) 282 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f810b57-4124-42b2-913f-d6a4faa76a28"}]': finished 2024-02-20T00:03:52.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:51.191691+0000 mon.smithi005 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-20T00:03:52.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.191803+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:52.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.192062+0000 mon.smithi005 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:52.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.192228+0000 mon.smithi005 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:52.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:51.192399+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:52.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:52.967 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:52.539639+0000 mon.smithi032 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.32:0/2591980699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:52.967 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:52.556624+0000 mon.smithi005 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.5:0/678495523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:52.539639+0000 mon.smithi032 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.32:0/2591980699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:52.556624+0000 mon.smithi005 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.5:0/678495523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:53.323 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1708387431,"num_remapped_pgs":0} 2024-02-20T00:03:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:52.079088+0000 mgr.smithi005.opddmj (mgr.14182) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:52.937167+0000 mon.smithi005 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.5:0/2530185428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:54.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:52.079088+0000 mgr.smithi005.opddmj (mgr.14182) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:54.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:52.937167+0000 mon.smithi005 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.5:0/2530185428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:54.325 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:54.079418+0000 mgr.smithi005.opddmj (mgr.14182) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.082249+0000 mon.smithi032 (mon.1) 6 : audit [INF] from='client.? 172.21.15.32:0/3614514435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]: dispatch 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.082656+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]: dispatch 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.086249+0000 mon.smithi005 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]': finished 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:55.086302+0000 mon.smithi005 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.086397+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:55.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.086696+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.086879+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.087049+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.087217+0000 mon.smithi005 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.139082+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='client.? 172.21.15.5:0/276625203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66e3ead6-3990-4ad4-9450-929a26ac7076"}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.142576+0000 mon.smithi005 (mon.0) 299 : audit [INF] from='client.? 172.21.15.5:0/276625203' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66e3ead6-3990-4ad4-9450-929a26ac7076"}]': finished 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:55.142620+0000 mon.smithi005 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.142720+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.143120+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.143356+0000 mon.smithi005 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:55.928 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.143591+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:55.929 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.143836+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:03:55.929 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:55.144071+0000 mon.smithi005 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:03:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:54.079418+0000 mgr.smithi005.opddmj (mgr.14182) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.082249+0000 mon.smithi032 (mon.1) 6 : audit [INF] from='client.? 172.21.15.32:0/3614514435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]: dispatch 2024-02-20T00:03:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.082656+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]: dispatch 2024-02-20T00:03:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.086249+0000 mon.smithi005 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1"}]': finished 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:55.086302+0000 mon.smithi005 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.086397+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.086696+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.086879+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.087049+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.087217+0000 mon.smithi005 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.139082+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='client.? 172.21.15.5:0/276625203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66e3ead6-3990-4ad4-9450-929a26ac7076"}]: dispatch 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.142576+0000 mon.smithi005 (mon.0) 299 : audit [INF] from='client.? 172.21.15.5:0/276625203' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66e3ead6-3990-4ad4-9450-929a26ac7076"}]': finished 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:55.142620+0000 mon.smithi005 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-20T00:03:56.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.142720+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:03:56.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.143120+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:03:56.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.143356+0000 mon.smithi005 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:03:56.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.143591+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:03:56.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.143836+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:03:56.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:55.144071+0000 mon.smithi005 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:03:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:56.650404+0000 mon.smithi032 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.32:0/3290052203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:57.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:56.650404+0000 mon.smithi032 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.32:0/3290052203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:57.636 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:03:57.979 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:56.079669+0000 mgr.smithi005.opddmj (mgr.14182) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:57.980 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:57.634557+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.5:0/2401728653' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:58.050 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1708387435,"num_remapped_pgs":0} 2024-02-20T00:03:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:56.079669+0000 mgr.smithi005.opddmj (mgr.14182) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:03:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:57.634557+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.5:0/2401728653' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:03:59.051 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:03:59.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:58.161494+0000 mon.smithi005 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.5:0/1954785609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:03:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:58.161494+0000 mon.smithi005 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.5:0/1954785609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:04:00.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:58.079912+0000 mgr.smithi005.opddmj (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:00.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.217252+0000 mon.smithi032 (mon.1) 8 : audit [INF] from='client.? 172.21.15.32:0/2640602226' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.217749+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.221822+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]': finished 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:03:59.221876+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.221997+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.222415+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.222659+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.222923+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.223113+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.223282+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:00.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:03:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:03:59.223453+0000 mon.smithi005 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:58.079912+0000 mgr.smithi005.opddmj (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.217252+0000 mon.smithi032 (mon.1) 8 : audit [INF] from='client.? 172.21.15.32:0/2640602226' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.217749+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.221822+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45df0e98-6f02-4536-874b-6a495ff98e4b"}]': finished 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:03:59.221876+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.221997+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.222415+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.222659+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.222923+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.223113+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.223282+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:00.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:03:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:03:59.223453+0000 mon.smithi005 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:00.544 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:00.845 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.541564+0000 mon.smithi005 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.5:0/788977673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.557291+0000 mon.smithi032 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.32:0/1025811512' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.750013+0000 mon.smithi005 (mon.0) 320 : audit [INF] from='client.? 172.21.15.5:0/1063668790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "618870d0-e863-41c1-9e91-20baa0dce4d8"}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.754085+0000 mon.smithi005 (mon.0) 321 : audit [INF] from='client.? 172.21.15.5:0/1063668790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "618870d0-e863-41c1-9e91-20baa0dce4d8"}]': finished 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:00.754138+0000 mon.smithi005 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.754244+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.754525+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.754720+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.754909+0000 mon.smithi005 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:00.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.755094+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:00.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.755276+0000 mon.smithi005 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:00.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.755446+0000 mon.smithi005 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:00.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:00.755630+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:00.930 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708387439,"num_remapped_pgs":0} 2024-02-20T00:04:01.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.541564+0000 mon.smithi005 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.5:0/788977673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:01.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.557291+0000 mon.smithi032 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.32:0/1025811512' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.750013+0000 mon.smithi005 (mon.0) 320 : audit [INF] from='client.? 172.21.15.5:0/1063668790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "618870d0-e863-41c1-9e91-20baa0dce4d8"}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.754085+0000 mon.smithi005 (mon.0) 321 : audit [INF] from='client.? 172.21.15.5:0/1063668790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "618870d0-e863-41c1-9e91-20baa0dce4d8"}]': finished 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:00.754138+0000 mon.smithi005 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.754244+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.754525+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.754720+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.754909+0000 mon.smithi005 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.755094+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.755276+0000 mon.smithi005 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.755446+0000 mon.smithi005 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:01.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:00.755630+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:01.931 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:00.080220+0000 mgr.smithi005.opddmj (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:02.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:00.080220+0000 mgr.smithi005.opddmj (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:03.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:02.119100+0000 mon.smithi005 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.5:0/2155699528' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:04:03.129 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:02.119100+0000 mon.smithi005 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.5:0/2155699528' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-20T00:04:03.480 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:03.871 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:04.187 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:02.080472+0000 mgr.smithi005.opddmj (mgr.14182) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:04.187 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:03.478679+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.5:0/807385235' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:04.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:02.080472+0000 mgr.smithi005.opddmj (mgr.14182) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:04.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:03.478679+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.5:0/807385235' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:04.872 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:05.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:04.080949+0000 mgr.smithi005.opddmj (mgr.14182) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:05.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:04.950248+0000 mon.smithi005 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-20T00:04:05.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:04.951194+0000 mon.smithi005 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:05.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:04.951999+0000 mgr.smithi005.opddmj (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-02-20T00:04:05.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:04.080949+0000 mgr.smithi005.opddmj (mgr.14182) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:05.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:04.950248+0000 mon.smithi005 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-20T00:04:05.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:04.951194+0000 mon.smithi005 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:05.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:04.951999+0000 mgr.smithi005.opddmj (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-02-20T00:04:06.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:06.979 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:06.603812+0000 mon.smithi005 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.5:0/4271705639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:07.022 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:07.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:06.603812+0000 mon.smithi005 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.5:0/4271705639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:07.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:06.081282+0000 mgr.smithi005.opddmj (mgr.14182) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:07.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:07.181119+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-20T00:04:07.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:07.181924+0000 mon.smithi005 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:08.023 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:08.078 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:06.081282+0000 mgr.smithi005.opddmj (mgr.14182) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:08.078 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:07.181119+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-20T00:04:08.078 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:07.181924+0000 mon.smithi005 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:09.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:07.182622+0000 mgr.smithi005.opddmj (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.0 on smithi005 2024-02-20T00:04:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:07.182622+0000 mgr.smithi005.opddmj (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.0 on smithi005 2024-02-20T00:04:09.914 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:09.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:08.081561+0000 mgr.smithi005.opddmj (mgr.14182) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:09.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:08.850309+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:09.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:08.851132+0000 mon.smithi005 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-20T00:04:09.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:08.851956+0000 mon.smithi005 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:09.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:08.852699+0000 mgr.smithi005.opddmj (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.3 on smithi032 2024-02-20T00:04:10.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:08.081561+0000 mgr.smithi005.opddmj (mgr.14182) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:10.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:08.850309+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:10.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:08.851132+0000 mon.smithi005 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-20T00:04:10.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:08.851956+0000 mon.smithi005 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:10.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:08.852699+0000 mgr.smithi005.opddmj (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.3 on smithi032 2024-02-20T00:04:10.383 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:10.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:09.912634+0000 mon.smithi005 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.5:0/3593684511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:11.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:09.912634+0000 mon.smithi005 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.5:0/3593684511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:11.384 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:11.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:10.081788+0000 mgr.smithi005.opddmj (mgr.14182) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:11.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:11.253310+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:11.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:11.254071+0000 mon.smithi005 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-20T00:04:11.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:11.254777+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:12.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:10.081788+0000 mgr.smithi005.opddmj (mgr.14182) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:12.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:11.253310+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:12.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:11.254071+0000 mon.smithi005 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-20T00:04:12.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:11.254777+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:13.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:11.255364+0000 mgr.smithi005.opddmj (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.2 on smithi005 2024-02-20T00:04:13.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.064034+0000 mon.smithi032 (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:04:13.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.064466+0000 mon.smithi005 (mon.0) 345 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:04:13.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.617092+0000 mon.smithi005 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:13.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.617874+0000 mon.smithi005 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-20T00:04:13.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.618621+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:13.133 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:11.255364+0000 mgr.smithi005.opddmj (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.2 on smithi005 2024-02-20T00:04:13.133 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.064034+0000 mon.smithi032 (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:04:13.133 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.064466+0000 mon.smithi005 (mon.0) 345 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-20T00:04:13.133 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.617092+0000 mon.smithi005 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:13.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.617874+0000 mon.smithi005 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-20T00:04:13.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.618621+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:13.138 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:13.630 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:12.082090+0000 mgr.smithi005.opddmj (mgr.14182) 83 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:12.619260+0000 mgr.smithi005.opddmj (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.4 on smithi032 2024-02-20T00:04:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.866566+0000 mon.smithi005 (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-20T00:04:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:12.866657+0000 mon.smithi005 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-20T00:04:14.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.866805+0000 mon.smithi005 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.867161+0000 mon.smithi005 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.867293+0000 mon.smithi032 (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.867351+0000 mon.smithi005 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.867598+0000 mon.smithi005 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.867945+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.868159+0000 mon.smithi005 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.868359+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.868556+0000 mon.smithi005 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:12.868755+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:14.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.136775+0000 mon.smithi005 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.5:0/3538619580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:12.082090+0000 mgr.smithi005.opddmj (mgr.14182) 83 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:12.619260+0000 mgr.smithi005.opddmj (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.4 on smithi032 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.866566+0000 mon.smithi005 (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:12.866657+0000 mon.smithi005 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.866805+0000 mon.smithi005 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.867161+0000 mon.smithi005 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.867293+0000 mon.smithi032 (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:14.146 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.867351+0000 mon.smithi005 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.867598+0000 mon.smithi005 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.867945+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.868159+0000 mon.smithi005 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.868359+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.868556+0000 mon.smithi005 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:12.868755+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:14.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.136775+0000 mon.smithi005 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.5:0/3538619580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:14.631 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:14.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.866825+0000 mon.smithi005 (mon.0) 361 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:13.866887+0000 mon.smithi005 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.867183+0000 mon.smithi005 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.867406+0000 mon.smithi005 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.867556+0000 mon.smithi005 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.867780+0000 mon.smithi005 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.872444+0000 mon.smithi005 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.872609+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.872785+0000 mon.smithi005 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.872969+0000 mon.smithi005 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:13.873158+0000 mon.smithi005 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:14.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.472870+0000 mon.smithi005 (mon.0) 372 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.866825+0000 mon.smithi005 (mon.0) 361 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:13.866887+0000 mon.smithi005 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.867183+0000 mon.smithi005 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.867406+0000 mon.smithi005 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.867556+0000 mon.smithi005 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.867780+0000 mon.smithi005 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.872444+0000 mon.smithi005 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.872609+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.872785+0000 mon.smithi005 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.872969+0000 mon.smithi005 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:15.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:13.873158+0000 mon.smithi005 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:15.087 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.472870+0000 mon.smithi005 (mon.0) 372 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-20T00:04:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:13.073347+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:13.073425+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:14.082334+0000 mgr.smithi005.opddmj (mgr.14182) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:14.872652+0000 mon.smithi005 (mon.0) 373 : cluster [INF] osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405] boot 2024-02-20T00:04:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.872730+0000 mon.smithi005 (mon.0) 374 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:14.872827+0000 mon.smithi005 (mon.0) 375 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.873278+0000 mon.smithi005 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.873639+0000 mon.smithi005 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.873993+0000 mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.877415+0000 mon.smithi005 (mon.0) 379 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.877637+0000 mon.smithi005 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.877801+0000 mon.smithi005 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.877996+0000 mon.smithi005 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.878273+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:14.878529+0000 mon.smithi005 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.852957+0000 mon.smithi032 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:04:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.853342+0000 mon.smithi005 (mon.0) 385 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:04:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:13.073347+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:13.073425+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:14.082334+0000 mgr.smithi005.opddmj (mgr.14182) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:04:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:14.872652+0000 mon.smithi005 (mon.0) 373 : cluster [INF] osd.1 [v2:172.21.15.32:6800/3461864405,v1:172.21.15.32:6801/3461864405] boot 2024-02-20T00:04:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.872730+0000 mon.smithi005 (mon.0) 374 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:14.872827+0000 mon.smithi005 (mon.0) 375 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.873278+0000 mon.smithi005 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.873639+0000 mon.smithi005 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.873993+0000 mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.877415+0000 mon.smithi005 (mon.0) 379 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.877637+0000 mon.smithi005 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.877801+0000 mon.smithi005 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.877996+0000 mon.smithi005 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.878273+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:14.878529+0000 mon.smithi005 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.852957+0000 mon.smithi032 (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:04:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.853342+0000 mon.smithi005 (mon.0) 385 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-20T00:04:16.302 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:16.908 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1708387454,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.883612+0000 mon.smithi005 (mon.0) 386 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.883678+0000 mon.smithi005 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:15.883764+0000 mon.smithi005 (mon.0) 388 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.883949+0000 mon.smithi005 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.884390+0000 mon.smithi032 (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.884418+0000 mon.smithi005 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.885063+0000 mon.smithi005 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.885275+0000 mon.smithi005 (mon.0) 392 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.885608+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.885761+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.885872+0000 mon.smithi005 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:17.182 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.886000+0000 mon.smithi005 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.888196+0000 mon.smithi005 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.990629+0000 mon.smithi005 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.991555+0000 mon.smithi005 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:15.992328+0000 mon.smithi005 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:15.993001+0000 mgr.smithi005.opddmj (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.5 on smithi005 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.300132+0000 mon.smithi032 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.5:0/1428039446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.391474+0000 mon.smithi005 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.392294+0000 mon.smithi005 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-20T00:04:17.183 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.393012+0000 mon.smithi005 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.883612+0000 mon.smithi005 (mon.0) 386 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.883678+0000 mon.smithi005 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:15.883764+0000 mon.smithi005 (mon.0) 388 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.883949+0000 mon.smithi005 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.884390+0000 mon.smithi032 (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.884418+0000 mon.smithi005 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.885063+0000 mon.smithi005 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.885275+0000 mon.smithi005 (mon.0) 392 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.885608+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:17.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.885761+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.885872+0000 mon.smithi005 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.886000+0000 mon.smithi005 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.888196+0000 mon.smithi005 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.990629+0000 mon.smithi005 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.991555+0000 mon.smithi005 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:15.992328+0000 mon.smithi005 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:15.993001+0000 mgr.smithi005.opddmj (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.5 on smithi005 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.300132+0000 mon.smithi032 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.5:0/1428039446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.391474+0000 mon.smithi005 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.392294+0000 mon.smithi005 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-20T00:04:17.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.393012+0000 mon.smithi005 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:17.912 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:15.469204+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:15.469278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:16.082603+0000 mgr.smithi005.opddmj (mgr.14182) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:16.393606+0000 mgr.smithi005.opddmj (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.6 on smithi032 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.886842+0000 mon.smithi005 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:18.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:16.886979+0000 mon.smithi005 (mon.0) 405 : cluster [INF] osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096] boot 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:16.887024+0000 mon.smithi005 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.887778+0000 mon.smithi005 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.888076+0000 mon.smithi005 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.888337+0000 mon.smithi005 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.888550+0000 mon.smithi005 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.894051+0000 mon.smithi005 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.894357+0000 mon.smithi005 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.894578+0000 mon.smithi005 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:18.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:16.894829+0000 mon.smithi005 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:18.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:15.469204+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:18.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:15.469278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:16.082603+0000 mgr.smithi005.opddmj (mgr.14182) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:16.393606+0000 mgr.smithi005.opddmj (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.6 on smithi032 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.886842+0000 mon.smithi005 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:16.886979+0000 mon.smithi005 (mon.0) 405 : cluster [INF] osd.0 [v2:172.21.15.5:6802/2256478096,v1:172.21.15.5:6803/2256478096] boot 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:16.887024+0000 mon.smithi005 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-02-20T00:04:18.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.887778+0000 mon.smithi005 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.888076+0000 mon.smithi005 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.888337+0000 mon.smithi005 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.888550+0000 mon.smithi005 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.894051+0000 mon.smithi005 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.894357+0000 mon.smithi005 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:18.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.894578+0000 mon.smithi005 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:18.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:16.894829+0000 mon.smithi005 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:19.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:16.826547+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:19.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:16.826638+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:17.893324+0000 mon.smithi005 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843] boot 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:17.893378+0000 mon.smithi005 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.893737+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.894042+0000 mon.smithi005 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.894221+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.894452+0000 mon.smithi005 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.898726+0000 mon.smithi005 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.899038+0000 mon.smithi005 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:19.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:17.899381+0000 mon.smithi005 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-20T00:04:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:16.826547+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:16.826638+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:17.893324+0000 mon.smithi005 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.32:6808/3716621843,v1:172.21.15.32:6809/3716621843] boot 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:17.893378+0000 mon.smithi005 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.893737+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.894042+0000 mon.smithi005 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.894221+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.894452+0000 mon.smithi005 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.898726+0000 mon.smithi005 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.899038+0000 mon.smithi005 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:19.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:17.899381+0000 mon.smithi005 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-20T00:04:19.687 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:20.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:18.082861+0000 mgr.smithi005.opddmj (mgr.14182) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:04:20.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.906438+0000 mon.smithi005 (mon.0) 424 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-20T00:04:20.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:18.906513+0000 mon.smithi005 (mon.0) 425 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-20T00:04:20.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.906709+0000 mon.smithi005 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:20.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.907372+0000 mon.smithi005 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.907621+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.907880+0000 mon.smithi005 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.908143+0000 mon.smithi005 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:18.909582+0000 mon.smithi005 (mon.0) 431 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.199028+0000 mon.smithi032 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.199423+0000 mon.smithi005 (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.607231+0000 mon.smithi032 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.607646+0000 mon.smithi005 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:04:20.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.684300+0000 mon.smithi005 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.5:0/2150831530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:20.198 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1708387457,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:18.082861+0000 mgr.smithi005.opddmj (mgr.14182) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-20T00:04:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.906438+0000 mon.smithi005 (mon.0) 424 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-20T00:04:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:18.906513+0000 mon.smithi005 (mon.0) 425 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.906709+0000 mon.smithi005 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.907372+0000 mon.smithi005 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.907621+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.907880+0000 mon.smithi005 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.908143+0000 mon.smithi005 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:18.909582+0000 mon.smithi005 (mon.0) 431 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.199028+0000 mon.smithi032 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:04:20.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.199423+0000 mon.smithi005 (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-20T00:04:20.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.607231+0000 mon.smithi032 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:04:20.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.607646+0000 mon.smithi005 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-20T00:04:20.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.684300+0000 mon.smithi005 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.5:0/2150831530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:21.199 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.911661+0000 mon.smithi005 (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-20T00:04:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.911783+0000 mon.smithi005 (mon.0) 436 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-20T00:04:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.911893+0000 mon.smithi005 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-20T00:04:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:19.911981+0000 mon.smithi005 (mon.0) 438 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-20T00:04:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.912172+0000 mon.smithi005 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.912732+0000 mon.smithi005 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.912845+0000 mon.smithi032 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.913001+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.913331+0000 mon.smithi005 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.913689+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.913983+0000 mon.smithi005 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.914246+0000 mon.smithi032 (mon.1) 18 : audit [INF] from='osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:19.914894+0000 mon.smithi005 (mon.0) 445 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:21.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.156937+0000 mon.smithi005 (mon.0) 446 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:21.232 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.911661+0000 mon.smithi005 (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.911783+0000 mon.smithi005 (mon.0) 436 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.911893+0000 mon.smithi005 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:19.911981+0000 mon.smithi005 (mon.0) 438 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.912172+0000 mon.smithi005 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.912732+0000 mon.smithi005 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.912845+0000 mon.smithi032 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:21.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.913001+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.913331+0000 mon.smithi005 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.913689+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.913983+0000 mon.smithi005 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.914246+0000 mon.smithi032 (mon.1) 18 : audit [INF] from='osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:19.914894+0000 mon.smithi005 (mon.0) 445 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:21.234 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.156937+0000 mon.smithi005 (mon.0) 446 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:21.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.083213+0000 mgr.smithi005.opddmj (mgr.14182) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-20T00:04:21.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.912513+0000 mon.smithi005 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:21.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.912584+0000 mon.smithi005 (mon.0) 448 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:21.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.912630+0000 mon.smithi005 (mon.0) 449 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-20T00:04:21.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.913015+0000 mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.913279+0000 mon.smithi005 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.913460+0000 mon.smithi005 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.913640+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.913892+0000 mon.smithi005 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.919176+0000 mon.smithi005 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:20.919709+0000 mon.smithi005 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.168544+0000 mon.smithi005 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.169520+0000 mon.smithi005 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.170383+0000 mon.smithi005 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:21.575639+0000 mon.smithi005 (mon.0) 460 : cluster [INF] osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841] boot 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:21.575688+0000 mon.smithi005 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175] boot 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:21.575730+0000 mon.smithi005 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-20T00:04:21.922 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.575980+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:21.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.576607+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:21.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.576894+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:21.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.577124+0000 mon.smithi005 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:21.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:21.577301+0000 mon.smithi005 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.083213+0000 mgr.smithi005.opddmj (mgr.14182) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.912513+0000 mon.smithi005 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.912584+0000 mon.smithi005 (mon.0) 448 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.912630+0000 mon.smithi005 (mon.0) 449 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.913015+0000 mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.913279+0000 mon.smithi005 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.913460+0000 mon.smithi005 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.913640+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:22.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.913892+0000 mon.smithi005 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.919176+0000 mon.smithi005 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:20.919709+0000 mon.smithi005 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.168544+0000 mon.smithi005 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.169520+0000 mon.smithi005 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.170383+0000 mon.smithi005 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:21.575639+0000 mon.smithi005 (mon.0) 460 : cluster [INF] osd.2 [v2:172.21.15.5:6810/1359516841,v1:172.21.15.5:6811/1359516841] boot 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:21.575688+0000 mon.smithi005 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.32:6816/1612120175,v1:172.21.15.32:6817/1612120175] boot 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:21.575730+0000 mon.smithi005 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.575980+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.576607+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.576894+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.577124+0000 mon.smithi005 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:22.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:21.577301+0000 mon.smithi005 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:23.035 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.174342+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.174404+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.631828+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:20.631886+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:21.171101+0000 mgr.smithi005.opddmj (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.7 on smithi005 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:22.178357+0000 mon.smithi005 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:22.577222+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-20T00:04:23.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:22.577372+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:23.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:22.577635+0000 mon.smithi005 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:23.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:22.577856+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:23.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.174342+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.174404+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.631828+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:20.631886+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:21.171101+0000 mgr.smithi005.opddmj (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.7 on smithi005 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:22.178357+0000 mon.smithi005 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:22.577222+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:22.577372+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:22.577635+0000 mon.smithi005 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:23.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:22.577856+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:23.440 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1708387461,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:22.083558+0000 mgr.smithi005.opddmj (mgr.14182) 92 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:04:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.033584+0000 mon.smithi005 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.5:0/4055974252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.347465+0000 mon.smithi032 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.347819+0000 mon.smithi005 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.579308+0000 mon.smithi005 (mon.0) 475 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:23.579403+0000 mon.smithi005 (mon.0) 476 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.579530+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.579877+0000 mon.smithi005 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.580022+0000 mon.smithi032 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.580089+0000 mon.smithi005 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:24.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:23.580378+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:22.083558+0000 mgr.smithi005.opddmj (mgr.14182) 92 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:04:24.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.033584+0000 mon.smithi005 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.5:0/4055974252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.347465+0000 mon.smithi032 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.347819+0000 mon.smithi005 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.579308+0000 mon.smithi005 (mon.0) 475 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:23.579403+0000 mon.smithi005 (mon.0) 476 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.579530+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.579877+0000 mon.smithi005 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.580022+0000 mon.smithi032 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.580089+0000 mon.smithi005 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:24.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:23.580378+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2024-02-20T00:04:24.442 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:25.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.373873+0000 mon.smithi005 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-20T00:04:25.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.580476+0000 mon.smithi005 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:25.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.580638+0000 mon.smithi005 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:24.580748+0000 mon.smithi005 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.580921+0000 mon.smithi005 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.581395+0000 mon.smithi005 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.581662+0000 mon.smithi005 (mon.0) 487 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.582018+0000 mon.smithi005 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:25.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:24.584327+0000 mon.smithi005 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.373873+0000 mon.smithi005 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.580476+0000 mon.smithi005 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.580638+0000 mon.smithi005 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:24.580748+0000 mon.smithi005 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.580921+0000 mon.smithi005 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.581395+0000 mon.smithi005 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.581662+0000 mon.smithi005 (mon.0) 487 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.582018+0000 mon.smithi005 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:24.584327+0000 mon.smithi005 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:26.178 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:26.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:24.083915+0000 mgr.smithi005.opddmj (mgr.14182) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:04:26.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:25.581144+0000 mon.smithi005 (mon.0) 490 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:25.581202+0000 mon.smithi005 (mon.0) 491 : cluster [INF] osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580] boot 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:25.581226+0000 mon.smithi005 (mon.0) 492 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:25.581346+0000 mon.smithi005 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:25.581812+0000 mon.smithi005 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:25.582087+0000 mon.smithi005 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:26.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:25.585384+0000 mon.smithi005 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:24.083915+0000 mgr.smithi005.opddmj (mgr.14182) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:25.581144+0000 mon.smithi005 (mon.0) 490 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:25.581202+0000 mon.smithi005 (mon.0) 491 : cluster [INF] osd.6 [v2:172.21.15.32:6824/383512580,v1:172.21.15.32:6825/383512580] boot 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:25.581226+0000 mon.smithi005 (mon.0) 492 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:25.581346+0000 mon.smithi005 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:25.581812+0000 mon.smithi005 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-20T00:04:26.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:25.582087+0000 mon.smithi005 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:26.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:25.585384+0000 mon.smithi005 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:26.532 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":27,"num_osds":8,"num_up_osds":6,"osd_up_since":1708387465,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:24.376231+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:24.376336+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:26.037624+0000 mon.smithi005 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:26.177013+0000 mon.smithi005 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.5:0/1993158118' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:26.582806+0000 mon.smithi005 (mon.0) 499 : cluster [INF] osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968] boot 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:26.582855+0000 mon.smithi005 (mon.0) 500 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:26.583112+0000 mon.smithi005 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:27.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:26.583349+0000 mon.smithi005 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:24.376231+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:24.376336+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:26.037624+0000 mon.smithi005 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:27.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:26.177013+0000 mon.smithi005 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.5:0/1993158118' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:27.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:26.582806+0000 mon.smithi005 (mon.0) 499 : cluster [INF] osd.5 [v2:172.21.15.5:6818/2341369968,v1:172.21.15.5:6819/2341369968] boot 2024-02-20T00:04:27.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:26.582855+0000 mon.smithi005 (mon.0) 500 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-20T00:04:27.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:26.583112+0000 mon.smithi005 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-20T00:04:27.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:26.583349+0000 mon.smithi005 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:27.533 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:28.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:25.359476+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:28.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:25.359530+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:28.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:26.084212+0000 mgr.smithi005.opddmj (mgr.14182) 94 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:04:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:25.359476+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:25.359530+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:26.084212+0000 mgr.smithi005.opddmj (mgr.14182) 94 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-20T00:04:29.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:28.044275+0000 mon.smithi005 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-20T00:04:29.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:28.044671+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:29.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:28.491705+0000 mon.smithi005 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:29.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:28.494133+0000 mon.smithi005 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:04:29.231 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:28.044275+0000 mon.smithi005 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-20T00:04:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:28.044671+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:28.491705+0000 mon.smithi005 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:28.494133+0000 mon.smithi005 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:04:29.613 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1708387466,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":0} 2024-02-20T00:04:30.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:28.084478+0000 mgr.smithi005.opddmj (mgr.14182) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:04:30.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:29.140821+0000 mon.smithi032 (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:04:30.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:29.141320+0000 mon.smithi005 (mon.0) 507 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:04:30.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:29.228558+0000 mon.smithi005 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.5:0/77880199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:30.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:29.914203+0000 mon.smithi005 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:30.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:28.084478+0000 mgr.smithi005.opddmj (mgr.14182) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:04:30.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:29.140821+0000 mon.smithi032 (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:04:30.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:29.141320+0000 mon.smithi005 (mon.0) 507 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-20T00:04:30.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:29.228558+0000 mon.smithi005 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.5:0/77880199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:30.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:29.914203+0000 mon.smithi005 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:30.614 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:04:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:30.059008+0000 mon.smithi005 (mon.0) 510 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-20T00:04:31.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:30.059106+0000 mon.smithi005 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-20T00:04:31.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:30.059249+0000 mon.smithi005 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:31.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:30.059800+0000 mon.smithi032 (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:31.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:30.060135+0000 mon.smithi005 (mon.0) 513 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:31.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:30.059008+0000 mon.smithi005 (mon.0) 510 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-20T00:04:31.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:30.059106+0000 mon.smithi005 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-20T00:04:31.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:30.059249+0000 mon.smithi005 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:31.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:30.059800+0000 mon.smithi032 (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:31.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:30.060135+0000 mon.smithi005 (mon.0) 513 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-20T00:04:32.346 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:30.084776+0000 mgr.smithi005.opddmj (mgr.14182) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:31.063446+0000 mon.smithi005 (mon.0) 514 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:31.063533+0000 mon.smithi005 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:31.063826+0000 mon.smithi005 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:31.067709+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:31.578081+0000 mon.smithi005 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425] boot 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:31.578124+0000 mon.smithi005 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-20T00:04:32.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:31.578277+0000 mon.smithi005 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:31.974375+0000 mon.smithi005 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:32.352 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:30.084776+0000 mgr.smithi005.opddmj (mgr.14182) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:31.063446+0000 mon.smithi005 (mon.0) 514 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:31.063533+0000 mon.smithi005 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:31.063826+0000 mon.smithi005 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:31.067709+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:31.578081+0000 mon.smithi005 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.5:6826/26525425,v1:172.21.15.5:6827/26525425] boot 2024-02-20T00:04:32.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:31.578124+0000 mon.smithi005 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-20T00:04:32.384 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:31.578277+0000 mon.smithi005 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-20T00:04:32.384 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:31.974375+0000 mon.smithi005 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:32.818 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1708387471,"num_in_osds":8,"osd_in_since":1708387440,"num_remapped_pgs":1} 2024-02-20T00:04:32.819 INFO:tasks.cephadm:Setting up client nodes... 2024-02-20T00:04:32.819 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-20T00:04:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:30.111293+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:30.111356+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:32.350576+0000 mon.smithi005 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.5:0/2643255440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:32.578654+0000 mon.smithi005 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-20T00:04:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:32.806445+0000 mon.smithi005 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:30.111293+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-20T00:04:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:30.111356+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-20T00:04:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:32.350576+0000 mon.smithi005 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.5:0/2643255440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-20T00:04:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:32.578654+0000 mon.smithi005 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-20T00:04:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:32.806445+0000 mon.smithi005 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:34.168 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:32.085097+0000 mgr.smithi005.opddmj (mgr.14182) 97 : cluster [DBG] pgmap v75: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:32.800578+0000 mgr.smithi005.opddmj (mgr.14182) 98 : cephadm [INF] Detected new or changed devices on smithi032 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:33.130207+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:33.130948+0000 mon.smithi005 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:33.131556+0000 mon.smithi005 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:33.132172+0000 mon.smithi005 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:33.136660+0000 mon.smithi005 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:34.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:33.579915+0000 mon.smithi005 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:32.085097+0000 mgr.smithi005.opddmj (mgr.14182) 97 : cluster [DBG] pgmap v75: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:32.800578+0000 mgr.smithi005.opddmj (mgr.14182) 98 : cephadm [INF] Detected new or changed devices on smithi032 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:33.130207+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:33.130948+0000 mon.smithi005 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:33.131556+0000 mon.smithi005 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:33.132172+0000 mon.smithi005 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:33.136660+0000 mon.smithi005 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:33.579915+0000 mon.smithi005 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-20T00:04:34.646 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2024-02-20T00:04:34.646 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQCS7NNlWcg4JhAAb0okGwnFm3rs4yX68GhwGw== 2024-02-20T00:04:34.983 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:04:34.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-20T00:04:34.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-20T00:04:35.033 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-20T00:04:35.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:33.132645+0000 mgr.smithi005.opddmj (mgr.14182) 99 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3991M 2024-02-20T00:04:35.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:34.641041+0000 mon.smithi005 (mon.0) 531 : audit [INF] from='client.? 172.21.15.5:0/189559299' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:35.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:34.644687+0000 mon.smithi005 (mon.0) 532 : audit [INF] from='client.? 172.21.15.5:0/189559299' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:04:35.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:33.132645+0000 mgr.smithi005.opddmj (mgr.14182) 99 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3991M 2024-02-20T00:04:35.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:34.641041+0000 mon.smithi005 (mon.0) 531 : audit [INF] from='client.? 172.21.15.5:0/189559299' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:35.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:34.644687+0000 mon.smithi005 (mon.0) 532 : audit [INF] from='client.? 172.21.15.5:0/189559299' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:34.085366+0000 mgr.smithi005.opddmj (mgr.14182) 100 : cluster [DBG] pgmap v78: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.535753+0000 mon.smithi005 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.861112+0000 mon.smithi005 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.861976+0000 mon.smithi005 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.862720+0000 mon.smithi005 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.863476+0000 mon.smithi005 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.868141+0000 mon.smithi005 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.869083+0000 mon.smithi005 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.869790+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:04:36.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.874117+0000 mon.smithi005 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.878636+0000 mon.smithi005 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:04:36.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.882275+0000 mon.smithi005 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:04:36.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.883282+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:04:36.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.883492+0000 mon.smithi005 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:35.884012+0000 mon.smithi005 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:34.085366+0000 mgr.smithi005.opddmj (mgr.14182) 100 : cluster [DBG] pgmap v78: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:36.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.535753+0000 mon.smithi005 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.861112+0000 mon.smithi005 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.861976+0000 mon.smithi005 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.862720+0000 mon.smithi005 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.863476+0000 mon.smithi005 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.868141+0000 mon.smithi005 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.869083+0000 mon.smithi005 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.869790+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.874117+0000 mon.smithi005 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.878636+0000 mon.smithi005 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.882275+0000 mon.smithi005 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.883282+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.883492+0000 mon.smithi005 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:35.884012+0000 mon.smithi005 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:04:36.562 INFO:teuthology.orchestra.run.smithi032.stdout:[client.1] 2024-02-20T00:04:36.563 INFO:teuthology.orchestra.run.smithi032.stdout: key = AQCU7NNlgbVCIRAA8XVaYye0lF3CHl0Zj2xcbQ== 2024-02-20T00:04:37.193 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:35.528978+0000 mgr.smithi005.opddmj (mgr.14182) 101 : cephadm [INF] Detected new or changed devices on smithi005 2024-02-20T00:04:37.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:04:35.864080+0000 mgr.smithi005.opddmj (mgr.14182) 102 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-02-20T00:04:37.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:36.557340+0000 mon.smithi032 (mon.1) 23 : audit [INF] from='client.? 172.21.15.32:0/1595527464' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:37.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:36.557814+0000 mon.smithi005 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:37.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:36.561480+0000 mon.smithi005 (mon.0) 548 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:04:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:35.528978+0000 mgr.smithi005.opddmj (mgr.14182) 101 : cephadm [INF] Detected new or changed devices on smithi005 2024-02-20T00:04:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:04:35.864080+0000 mgr.smithi005.opddmj (mgr.14182) 102 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-02-20T00:04:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:36.557340+0000 mon.smithi032 (mon.1) 23 : audit [INF] from='client.? 172.21.15.32:0/1595527464' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:36.557814+0000 mon.smithi005 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-20T00:04:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:36.561480+0000 mon.smithi005 (mon.0) 548 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-20T00:04:37.259 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:04:37.260 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-20T00:04:37.260 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-20T00:04:37.315 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:04:37.628 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:38.437 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:36.085628+0000 mgr.smithi005.opddmj (mgr.14182) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:38.454 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:36.085628+0000 mgr.smithi005.opddmj (mgr.14182) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:39.161 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:39.161 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":34,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","created":"2024-02-20T00:01:12.550451+0000","modified":"2024-02-20T00:04:33.576591+0000","last_up_change":"2024-02-20T00:04:31.573566+0000","last_in_change":"2024-02-20T00:04:00.750581+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:04:18.395166+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":"22","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":"146fd277-5437-4555-8d70-51589f326507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6803","nonce":2256478096}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6805","nonce":2256478096}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6809","nonce":2256478096}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6807","nonce":2256478096}]},"public_addr":"172.21.15.5:6803/2256478096","cluster_addr":"172.21.15.5:6805/2256478096","heartbeat_back_addr":"172.21.15.5:6809/2256478096","heartbeat_front_addr":"172.21.15.5:6807/2256478096","state":["exists","up"]},{"osd":1,"uuid":"245b31a2-895e-4950-b0df-229bdb5feac8","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.32:6800","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6801","nonce":3461864405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6803","nonce":3461864405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6807","nonce":3461864405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6805","nonce":3461864405}]},"public_addr":"172.21.15.32:6801/3461864405","cluster_addr":"172.21.15.32:6803/3461864405","heartbeat_back_addr":"172.21.15.32:6807/3461864405","heartbeat_front_addr":"172.21.15.32:6805/3461864405","state":["exists","up"]},{"osd":2,"uuid":"9544e23a-1e76-4b29-ae9a-8e17e23cfd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6811","nonce":1359516841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6813","nonce":1359516841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6817","nonce":1359516841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6815","nonce":1359516841}]},"public_addr":"172.21.15.5:6811/1359516841","cluster_addr":"172.21.15.5:6813/1359516841","heartbeat_back_addr":"172.21.15.5:6817/1359516841","heartbeat_front_addr":"172.21.15.5:6815/1359516841","state":["exists","up"]},{"osd":3,"uuid":"3f810b57-4124-42b2-913f-d6a4faa76a28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6809","nonce":3716621843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6811","nonce":3716621843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6815","nonce":3716621843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6813","nonce":3716621843}]},"public_addr":"172.21.15.32:6809/3716621843","cluster_addr":"172.21.15.32:6811/3716621843","heartbeat_back_addr":"172.21.15.32:6815/3716621843","heartbeat_front_addr":"172.21.15.32:6813/3716621843","state":["exists","up"]},{"osd":4,"uuid":"2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6817","nonce":1612120175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6819","nonce":1612120175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6823","nonce":1612120175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6821","nonce":1612120175}]},"public_addr":"172.21.15.32:6817/1612120175","cluster_addr":"172.21.15.32:6819/1612120175","heartbeat_back_addr":"172.21.15.32:6823/1612120175","heartbeat_front_addr":"172.21.15.32:6821/1612120175","state":["exists","up"]},{"osd":5,"uuid":"66e3ead6-3990-4ad4-9450-929a26ac7076","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6819","nonce":2341369968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6821","nonce":2341369968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6825","nonce":2341369968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6823","nonce":2341369968}]},"public_addr":"172.21.15.5:6819/2341369968","cluster_addr":"172.21.15.5:6821/2341369968","heartbeat_back_addr":"172.21.15.5:6825/2341369968","heartbeat_front_addr":"172.21.15.5:6823/2341369968","state":["exists","up"]},{"osd":6,"uuid":"45df0e98-6f02-4536-874b-6a495ff98e4b","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.32:6824","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6825","nonce":383512580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6827","nonce":383512580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6831","nonce":383512580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6829","nonce":383512580}]},"public_addr":"172.21.15.32:6825/383512580","cluster_addr":"172.21.15.32:6827/383512580","heartbeat_back_addr":"172.21.15.32:6831/383512580","heartbeat_front_addr":"172.21.15.32:6829/383512580","state":["exists","up"]},{"osd":7,"uuid":"618870d0-e863-41c1-9e91-20baa0dce4d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6827","nonce":26525425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6829","nonce":26525425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6833","nonce":26525425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6831","nonce":26525425}]},"public_addr":"172.21.15.5:6827/26525425","cluster_addr":"172.21.15.5:6829/26525425","heartbeat_back_addr":"172.21.15.5:6833/26525425","heartbeat_front_addr":"172.21.15.5:6831/26525425","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:15.469283+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:13.073429+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.174407+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:16.826641+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.631889+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:25.359533+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:24.376340+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:30.111360+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3211798770":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6800/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:0/1874005263":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:6800/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3454505715":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3012520088":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/4268882714":"2024-02-21T00:01:35.200652+0000","172.21.15.5:0/2409123435":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6800/3872426651":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6801/3872426651":"2024-02-21T00:01:35.200652+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:04:40.073 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-20T00:04:18.395166+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-20T00:04:40.073 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-20T00:04:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:38.085936+0000 mgr.smithi005.opddmj (mgr.14182) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:39.158353+0000 mon.smithi005 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.5:0/129075160' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:40.407 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:40.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:38.085936+0000 mgr.smithi005.opddmj (mgr.14182) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:40.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:39.158353+0000 mon.smithi005 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.5:0/129075160' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:42.021 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2024-02-20T00:04:42.203 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:40.086278+0000 mgr.smithi005.opddmj (mgr.14182) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:42.203 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:42.019830+0000 mon.smithi005 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.5:0/4041143650' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-20T00:04:42.379 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-20T00:04:42.379 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-20T00:04:42.379 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-20T00:04:42.384 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:40.086278+0000 mgr.smithi005.opddmj (mgr.14182) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:42.384 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:42.019830+0000 mon.smithi005 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.5:0/4041143650' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-20T00:04:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:44.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:42.086639+0000 mgr.smithi005.opddmj (mgr.14182) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:44.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:42.829779+0000 mon.smithi005 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:44.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:43.490085+0000 mon.smithi005 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:42.086639+0000 mgr.smithi005.opddmj (mgr.14182) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:42.829779+0000 mon.smithi005 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:43.490085+0000 mon.smithi005 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:04:44.324 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:44.704 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi005.opddmj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":2529025521},{"type":"v1","addr":"172.21.15.5:6801","nonce":2529025521}]},"active_addr":"172.21.15.5:6801/2529025521","active_change":"2024-02-20T00:02:44.063854+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi032.hsdzdh","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.5:8443/","prometheus":"http://172.21.15.5: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.5:0","nonce":4098877112}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":811761230}]}]} 2024-02-20T00:04:44.707 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-20T00:04:44.707 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-20T00:04:44.708 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:04:45.015 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:45.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:44.316850+0000 mon.smithi005 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.5:0/76119485' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-20T00:04:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:44.316850+0000 mon.smithi005 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.5:0/76119485' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-20T00:04:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:44.086967+0000 mgr.smithi005.opddmj (mgr.14182) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:46.252 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:46.252 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":34,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","created":"2024-02-20T00:01:12.550451+0000","modified":"2024-02-20T00:04:33.576591+0000","last_up_change":"2024-02-20T00:04:31.573566+0000","last_in_change":"2024-02-20T00:04:00.750581+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:04:18.395166+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":"22","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":"146fd277-5437-4555-8d70-51589f326507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6803","nonce":2256478096}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6805","nonce":2256478096}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6809","nonce":2256478096}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6807","nonce":2256478096}]},"public_addr":"172.21.15.5:6803/2256478096","cluster_addr":"172.21.15.5:6805/2256478096","heartbeat_back_addr":"172.21.15.5:6809/2256478096","heartbeat_front_addr":"172.21.15.5:6807/2256478096","state":["exists","up"]},{"osd":1,"uuid":"245b31a2-895e-4950-b0df-229bdb5feac8","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.32:6800","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6801","nonce":3461864405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6803","nonce":3461864405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6807","nonce":3461864405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6805","nonce":3461864405}]},"public_addr":"172.21.15.32:6801/3461864405","cluster_addr":"172.21.15.32:6803/3461864405","heartbeat_back_addr":"172.21.15.32:6807/3461864405","heartbeat_front_addr":"172.21.15.32:6805/3461864405","state":["exists","up"]},{"osd":2,"uuid":"9544e23a-1e76-4b29-ae9a-8e17e23cfd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6811","nonce":1359516841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6813","nonce":1359516841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6817","nonce":1359516841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6815","nonce":1359516841}]},"public_addr":"172.21.15.5:6811/1359516841","cluster_addr":"172.21.15.5:6813/1359516841","heartbeat_back_addr":"172.21.15.5:6817/1359516841","heartbeat_front_addr":"172.21.15.5:6815/1359516841","state":["exists","up"]},{"osd":3,"uuid":"3f810b57-4124-42b2-913f-d6a4faa76a28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6809","nonce":3716621843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6811","nonce":3716621843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6815","nonce":3716621843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6813","nonce":3716621843}]},"public_addr":"172.21.15.32:6809/3716621843","cluster_addr":"172.21.15.32:6811/3716621843","heartbeat_back_addr":"172.21.15.32:6815/3716621843","heartbeat_front_addr":"172.21.15.32:6813/3716621843","state":["exists","up"]},{"osd":4,"uuid":"2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6817","nonce":1612120175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6819","nonce":1612120175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6823","nonce":1612120175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6821","nonce":1612120175}]},"public_addr":"172.21.15.32:6817/1612120175","cluster_addr":"172.21.15.32:6819/1612120175","heartbeat_back_addr":"172.21.15.32:6823/1612120175","heartbeat_front_addr":"172.21.15.32:6821/1612120175","state":["exists","up"]},{"osd":5,"uuid":"66e3ead6-3990-4ad4-9450-929a26ac7076","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6819","nonce":2341369968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6821","nonce":2341369968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6825","nonce":2341369968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6823","nonce":2341369968}]},"public_addr":"172.21.15.5:6819/2341369968","cluster_addr":"172.21.15.5:6821/2341369968","heartbeat_back_addr":"172.21.15.5:6825/2341369968","heartbeat_front_addr":"172.21.15.5:6823/2341369968","state":["exists","up"]},{"osd":6,"uuid":"45df0e98-6f02-4536-874b-6a495ff98e4b","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.32:6824","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6825","nonce":383512580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6827","nonce":383512580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6831","nonce":383512580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6829","nonce":383512580}]},"public_addr":"172.21.15.32:6825/383512580","cluster_addr":"172.21.15.32:6827/383512580","heartbeat_back_addr":"172.21.15.32:6831/383512580","heartbeat_front_addr":"172.21.15.32:6829/383512580","state":["exists","up"]},{"osd":7,"uuid":"618870d0-e863-41c1-9e91-20baa0dce4d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6827","nonce":26525425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6829","nonce":26525425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6833","nonce":26525425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6831","nonce":26525425}]},"public_addr":"172.21.15.5:6827/26525425","cluster_addr":"172.21.15.5:6829/26525425","heartbeat_back_addr":"172.21.15.5:6833/26525425","heartbeat_front_addr":"172.21.15.5:6831/26525425","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:15.469283+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:13.073429+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.174407+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:16.826641+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.631889+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:25.359533+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:24.376340+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:30.111360+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3211798770":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6800/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:0/1874005263":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:6800/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3454505715":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3012520088":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/4268882714":"2024-02-21T00:01:35.200652+0000","172.21.15.5:0/2409123435":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6800/3872426651":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6801/3872426651":"2024-02-21T00:01:35.200652+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:04:46.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:44.086967+0000 mgr.smithi005.opddmj (mgr.14182) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:46.644 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-20T00:04:46.644 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:04:46.949 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:47.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:46.249374+0000 mon.smithi032 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.5:0/2907945068' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:46.249374+0000 mon.smithi032 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.5:0/2907945068' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:48.187 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:04:48.187 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":34,"fsid":"bd3d5ebe-cf82-11ee-95bb-87774f69a715","created":"2024-02-20T00:01:12.550451+0000","modified":"2024-02-20T00:04:33.576591+0000","last_up_change":"2024-02-20T00:04:31.573566+0000","last_in_change":"2024-02-20T00:04:00.750581+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:04:18.395166+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":"22","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":"146fd277-5437-4555-8d70-51589f326507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6803","nonce":2256478096}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6805","nonce":2256478096}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6809","nonce":2256478096}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2256478096},{"type":"v1","addr":"172.21.15.5:6807","nonce":2256478096}]},"public_addr":"172.21.15.5:6803/2256478096","cluster_addr":"172.21.15.5:6805/2256478096","heartbeat_back_addr":"172.21.15.5:6809/2256478096","heartbeat_front_addr":"172.21.15.5:6807/2256478096","state":["exists","up"]},{"osd":1,"uuid":"245b31a2-895e-4950-b0df-229bdb5feac8","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.32:6800","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6801","nonce":3461864405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6803","nonce":3461864405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6807","nonce":3461864405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":3461864405},{"type":"v1","addr":"172.21.15.32:6805","nonce":3461864405}]},"public_addr":"172.21.15.32:6801/3461864405","cluster_addr":"172.21.15.32:6803/3461864405","heartbeat_back_addr":"172.21.15.32:6807/3461864405","heartbeat_front_addr":"172.21.15.32:6805/3461864405","state":["exists","up"]},{"osd":2,"uuid":"9544e23a-1e76-4b29-ae9a-8e17e23cfd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6811","nonce":1359516841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6813","nonce":1359516841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6817","nonce":1359516841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1359516841},{"type":"v1","addr":"172.21.15.5:6815","nonce":1359516841}]},"public_addr":"172.21.15.5:6811/1359516841","cluster_addr":"172.21.15.5:6813/1359516841","heartbeat_back_addr":"172.21.15.5:6817/1359516841","heartbeat_front_addr":"172.21.15.5:6815/1359516841","state":["exists","up"]},{"osd":3,"uuid":"3f810b57-4124-42b2-913f-d6a4faa76a28","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6809","nonce":3716621843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6811","nonce":3716621843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6815","nonce":3716621843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3716621843},{"type":"v1","addr":"172.21.15.32:6813","nonce":3716621843}]},"public_addr":"172.21.15.32:6809/3716621843","cluster_addr":"172.21.15.32:6811/3716621843","heartbeat_back_addr":"172.21.15.32:6815/3716621843","heartbeat_front_addr":"172.21.15.32:6813/3716621843","state":["exists","up"]},{"osd":4,"uuid":"2b0e5ffa-f25b-4ce9-bea6-b648b20fc8a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6817","nonce":1612120175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6819","nonce":1612120175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6823","nonce":1612120175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":1612120175},{"type":"v1","addr":"172.21.15.32:6821","nonce":1612120175}]},"public_addr":"172.21.15.32:6817/1612120175","cluster_addr":"172.21.15.32:6819/1612120175","heartbeat_back_addr":"172.21.15.32:6823/1612120175","heartbeat_front_addr":"172.21.15.32:6821/1612120175","state":["exists","up"]},{"osd":5,"uuid":"66e3ead6-3990-4ad4-9450-929a26ac7076","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6819","nonce":2341369968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6821","nonce":2341369968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6825","nonce":2341369968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2341369968},{"type":"v1","addr":"172.21.15.5:6823","nonce":2341369968}]},"public_addr":"172.21.15.5:6819/2341369968","cluster_addr":"172.21.15.5:6821/2341369968","heartbeat_back_addr":"172.21.15.5:6825/2341369968","heartbeat_front_addr":"172.21.15.5:6823/2341369968","state":["exists","up"]},{"osd":6,"uuid":"45df0e98-6f02-4536-874b-6a495ff98e4b","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.32:6824","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6825","nonce":383512580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6827","nonce":383512580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6831","nonce":383512580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":383512580},{"type":"v1","addr":"172.21.15.32:6829","nonce":383512580}]},"public_addr":"172.21.15.32:6825/383512580","cluster_addr":"172.21.15.32:6827/383512580","heartbeat_back_addr":"172.21.15.32:6831/383512580","heartbeat_front_addr":"172.21.15.32:6829/383512580","state":["exists","up"]},{"osd":7,"uuid":"618870d0-e863-41c1-9e91-20baa0dce4d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6827","nonce":26525425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6829","nonce":26525425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6833","nonce":26525425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":26525425},{"type":"v1","addr":"172.21.15.5:6831","nonce":26525425}]},"public_addr":"172.21.15.5:6827/26525425","cluster_addr":"172.21.15.5:6829/26525425","heartbeat_back_addr":"172.21.15.5:6833/26525425","heartbeat_front_addr":"172.21.15.5:6831/26525425","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:15.469283+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:13.073429+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.174407+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:16.826641+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:20.631889+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:25.359533+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:24.376340+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:04:30.111360+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3211798770":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6800/4100965464":"2024-02-21T00:02:44.063665+0000","172.21.15.5:0/1874005263":"2024-02-21T00:02:44.063665+0000","172.21.15.5:6801/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:6800/225835588":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3454505715":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/3012520088":"2024-02-21T00:02:03.694915+0000","172.21.15.5:0/4268882714":"2024-02-21T00:01:35.200652+0000","172.21.15.5:0/2409123435":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6800/3872426651":"2024-02-21T00:01:35.200652+0000","172.21.15.5:6801/3872426651":"2024-02-21T00:01:35.200652+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-20T00:04:48.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:46.087280+0000 mgr.smithi005.opddmj (mgr.14182) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:46.087280+0000 mgr.smithi005.opddmj (mgr.14182) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:48.578 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-20T00:04:48.889 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:49.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:04:48.184786+0000 mon.smithi005 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.5:0/4037733630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:04:48.184786+0000 mon.smithi005 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.5:0/4037733630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-20T00:04:50.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:48.087591+0000 mgr.smithi005.opddmj (mgr.14182) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:48.087591+0000 mgr.smithi005.opddmj (mgr.14182) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:50.349 INFO:teuthology.orchestra.run.smithi005.stdout:77309411337 2024-02-20T00:04:50.349 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-20T00:04:50.653 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:52.041 INFO:teuthology.orchestra.run.smithi005.stdout:68719476745 2024-02-20T00:04:52.041 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-20T00:04:52.076 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:50.088017+0000 mgr.smithi005.opddmj (mgr.14182) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:50.088017+0000 mgr.smithi005.opddmj (mgr.14182) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:52.348 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:53.773 INFO:teuthology.orchestra.run.smithi005.stdout:98784247817 2024-02-20T00:04:53.773 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-20T00:04:54.123 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:52.088341+0000 mgr.smithi005.opddmj (mgr.14182) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:54.243 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:52.088341+0000 mgr.smithi005.opddmj (mgr.14182) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:55.489 INFO:teuthology.orchestra.run.smithi005.stdout:81604378635 2024-02-20T00:04:55.489 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-20T00:04:55.792 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:55.923 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:54.088689+0000 mgr.smithi005.opddmj (mgr.14182) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:54.088689+0000 mgr.smithi005.opddmj (mgr.14182) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:57.164 INFO:teuthology.orchestra.run.smithi005.stdout:98784247816 2024-02-20T00:04:57.165 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-20T00:04:57.468 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:04:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:56.089066+0000 mgr.smithi005.opddmj (mgr.14182) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:56.089066+0000 mgr.smithi005.opddmj (mgr.14182) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:04:58.979 INFO:teuthology.orchestra.run.smithi005.stdout:120259084296 2024-02-20T00:04:58.980 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-20T00:04:59.284 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:00.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:04:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:04:58.089466+0000 mgr.smithi005.opddmj (mgr.14182) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:04:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:04:58.089466+0000 mgr.smithi005.opddmj (mgr.14182) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:00.772 INFO:teuthology.orchestra.run.smithi005.stdout:115964117001 2024-02-20T00:05:00.772 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-20T00:05:01.076 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:02.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:00.089835+0000 mgr.smithi005.opddmj (mgr.14182) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:00.089835+0000 mgr.smithi005.opddmj (mgr.14182) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:02.539 INFO:teuthology.orchestra.run.smithi005.stdout:137438953481 2024-02-20T00:05:02.539 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-20T00:05:02.842 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:04.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:02.090164+0000 mgr.smithi005.opddmj (mgr.14182) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:04.019 INFO:teuthology.orchestra.run.smithi005.stdout:77309411340 2024-02-20T00:05:04.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:02.090164+0000 mgr.smithi005.opddmj (mgr.14182) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:04.405 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411340 for osd.0 2024-02-20T00:05:04.405 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-20T00:05:04.709 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:05.192 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:04.017955+0000 mon.smithi005 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.5:0/1567323132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-20T00:05:05.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:04.017955+0000 mon.smithi005 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.5:0/1567323132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-20T00:05:05.928 INFO:teuthology.orchestra.run.smithi005.stdout:68719476747 2024-02-20T00:05:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:04.090454+0000 mgr.smithi005.opddmj (mgr.14182) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:06.220 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:04.090454+0000 mgr.smithi005.opddmj (mgr.14182) 117 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:06.330 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.1 2024-02-20T00:05:06.330 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-20T00:05:06.633 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:07.158 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:05.927545+0000 mon.smithi005 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.5:0/3017623589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-20T00:05:07.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:05.927545+0000 mon.smithi005 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.5:0/3017623589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-20T00:05:07.877 INFO:teuthology.orchestra.run.smithi005.stdout:98784247819 2024-02-20T00:05:08.170 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:06.090816+0000 mgr.smithi005.opddmj (mgr.14182) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:08.170 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:07.875950+0000 mon.smithi005 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.5:0/902038164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-20T00:05:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:06.090816+0000 mgr.smithi005.opddmj (mgr.14182) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:07.875950+0000 mon.smithi005 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.5:0/902038164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-20T00:05:08.234 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.2 2024-02-20T00:05:08.235 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-20T00:05:08.540 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:09.809 INFO:teuthology.orchestra.run.smithi005.stdout:81604378637 2024-02-20T00:05:10.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:08.091288+0000 mgr.smithi005.opddmj (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:10.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:09.807546+0000 mon.smithi005 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.5:0/36960675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-20T00:05:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:08.091288+0000 mgr.smithi005.opddmj (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:09.807546+0000 mon.smithi005 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.5:0/36960675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-20T00:05:10.221 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378637 for osd.3 2024-02-20T00:05:10.222 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-20T00:05:10.523 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:11.831 INFO:teuthology.orchestra.run.smithi005.stdout:98784247819 2024-02-20T00:05:12.161 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:10.091756+0000 mgr.smithi005.opddmj (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:12.161 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:11.829487+0000 mon.smithi005 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.5:0/614772875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-20T00:05:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:10.091756+0000 mgr.smithi005.opddmj (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:11.829487+0000 mon.smithi005 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.5:0/614772875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-20T00:05:12.228 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247819 for osd.4 2024-02-20T00:05:12.229 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-20T00:05:12.530 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:13.789 INFO:teuthology.orchestra.run.smithi005.stdout:120259084299 2024-02-20T00:05:14.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:12.092291+0000 mgr.smithi005.opddmj (mgr.14182) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:14.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:13.787769+0000 mon.smithi005 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.5:0/3952332666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-20T00:05:14.171 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084296 got 120259084299 for osd.5 2024-02-20T00:05:14.171 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-20T00:05:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:12.092291+0000 mgr.smithi005.opddmj (mgr.14182) 121 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:13.787769+0000 mon.smithi005 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.5:0/3952332666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-20T00:05:14.476 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:15.717 INFO:teuthology.orchestra.run.smithi005.stdout:115964117004 2024-02-20T00:05:16.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:14.092779+0000 mgr.smithi005.opddmj (mgr.14182) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:16.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:15.715680+0000 mon.smithi005 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.5:0/433275588' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-20T00:05:16.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2024-02-20T00:05:16.104 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-20T00:05:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:14.092779+0000 mgr.smithi005.opddmj (mgr.14182) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:15.715680+0000 mon.smithi005 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.5:0/433275588' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-20T00:05:16.407 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:17.646 INFO:teuthology.orchestra.run.smithi005.stdout:137438953483 2024-02-20T00:05:17.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:16.093110+0000 mgr.smithi005.opddmj (mgr.14182) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:17.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:17.644645+0000 mon.smithi005 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.5:0/2153246024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-20T00:05:18.052 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953481 got 137438953483 for osd.7 2024-02-20T00:05:18.052 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-20T00:05:18.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:05:18.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:16.093110+0000 mgr.smithi005.opddmj (mgr.14182) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:18.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:17.644645+0000 mon.smithi005 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.5:0/2153246024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-20T00:05:18.355 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:19.611 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:19.613 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-20T00:05:20.003 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-02-20T00:05:18.093280+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":2379360,"kb_used_data":2592,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549088,"statfs":{"total":767926730752,"available":765490266112,"internally_reserved":0,"allocated":2654208,"data_stored":1043235,"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":34,"state":"active+clean","last_fresh":"2024-02-20T00:04:33.676235+0000","last_change":"2024-02-20T00:04:33.676235+0000","last_active":"2024-02-20T00:04:33.676235+0000","last_peered":"2024-02-20T00:04:33.676235+0000","last_clean":"2024-02-20T00:04:33.676235+0000","last_became_active":"2024-02-20T00:04:33.675727+0000","last_became_peered":"2024-02-20T00:04:33.675727+0000","last_unstale":"2024-02-20T00:04:33.676235+0000","last_undegraded":"2024-02-20T00:04:33.676235+0000","last_fullsized":"2024-02-20T00:04:33.676235+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-20T00:04:18.895231+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:04:18.895231+0000","last_clean_scrub_stamp":"2024-02-20T00:04:18.895231+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,4,2],"acting":[7,4,2],"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":6}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"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.32200000000000001}]},{"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.53500000000000003}]},{"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.36299999999999999}]},{"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.67600000000000005}]},{"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.81699999999999995}]},{"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.437}]},{"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.70099999999999996}]}]},{"osd":5,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"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.57999999999999996}]},{"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.45100000000000001}]},{"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.69599999999999995}]},{"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.66500000000000004}]},{"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.61299999999999999}]},{"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.59899999999999998}]}]},{"osd":0,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":130771,"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":"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.48699999999999999}]},{"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.23400000000000001}]},{"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.46999999999999997}]},{"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.46000000000000002}]},{"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.42299999999999999}]},{"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.39800000000000002}]},{"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.495}]}]},{"osd":1,"up_from":16,"seq":68719476750,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":129778,"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":"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.70399999999999996}]},{"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.54700000000000004}]},{"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.57399999999999995}]},{"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.51900000000000002}]},{"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.71799999999999997}]},{"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.753}]},{"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.67800000000000005}]}]},{"osd":3,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"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":"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.51300000000000001}]},{"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.45100000000000001}]},{"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":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.38700000000000001}]},{"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.626}]},{"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.60999999999999999}]},{"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.65600000000000003}]}]},{"osd":2,"up_from":23,"seq":98784247822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":130091,"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":"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.45700000000000002}]},{"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.55000000000000004}]},{"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.57199999999999995}]},{"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.58699999999999997}]},{"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.53600000000000003}]},{"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.64800000000000002}]},{"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.69299999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":130771,"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":"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.56399999999999995}]},{"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.40400000000000003}]},{"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.60599999999999998}]},{"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.374}]},{"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.433}]},{"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.49199999999999999}]},{"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.51600000000000001}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.753}]},{"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.69499999999999995}]},{"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.73399999999999999}]},{"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.66000000000000003}]},{"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.52500000000000002}]},{"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.80500000000000005}]},{"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.72099999999999997}]}]}],"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-20T00:05:20.004 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:05:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:18.093464+0000 mgr.smithi005.opddmj (mgr.14182) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:20.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:18.093464+0000 mgr.smithi005.opddmj (mgr.14182) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:20.309 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:21.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:19.608696+0000 mgr.smithi005.opddmj (mgr.14182) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:21.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:19.608696+0000 mgr.smithi005.opddmj (mgr.14182) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:21.569 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:21.571 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-20T00:05:21.994 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2024-02-20T00:05:20.093644+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":2379360,"kb_used_data":2592,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549088,"statfs":{"total":767926730752,"available":765490266112,"internally_reserved":0,"allocated":2654208,"data_stored":1043235,"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":34,"state":"active+clean","last_fresh":"2024-02-20T00:04:33.676235+0000","last_change":"2024-02-20T00:04:33.676235+0000","last_active":"2024-02-20T00:04:33.676235+0000","last_peered":"2024-02-20T00:04:33.676235+0000","last_clean":"2024-02-20T00:04:33.676235+0000","last_became_active":"2024-02-20T00:04:33.675727+0000","last_became_peered":"2024-02-20T00:04:33.675727+0000","last_unstale":"2024-02-20T00:04:33.676235+0000","last_undegraded":"2024-02-20T00:04:33.676235+0000","last_fullsized":"2024-02-20T00:04:33.676235+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-20T00:04:18.895231+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:04:18.895231+0000","last_clean_scrub_stamp":"2024-02-20T00:04:18.895231+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,4,2],"acting":[7,4,2],"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":6}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"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.32200000000000001}]},{"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.53500000000000003}]},{"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.36299999999999999}]},{"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.67600000000000005}]},{"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.81699999999999995}]},{"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.437}]},{"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.70099999999999996}]}]},{"osd":5,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"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.57999999999999996}]},{"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.45100000000000001}]},{"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.69599999999999995}]},{"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.66500000000000004}]},{"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.61299999999999999}]},{"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.59899999999999998}]}]},{"osd":0,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":130771,"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":"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.48699999999999999}]},{"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.23400000000000001}]},{"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.46999999999999997}]},{"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.46000000000000002}]},{"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.42299999999999999}]},{"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.39800000000000002}]},{"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.495}]}]},{"osd":1,"up_from":16,"seq":68719476750,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":129778,"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":"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.70399999999999996}]},{"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.54700000000000004}]},{"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.57399999999999995}]},{"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.51900000000000002}]},{"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.71799999999999997}]},{"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.753}]},{"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.67800000000000005}]}]},{"osd":3,"up_from":19,"seq":81604378640,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"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":"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.49099999999999999}]},{"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.621}]},{"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.69299999999999995}]},{"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.54800000000000004}]},{"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.70399999999999996}]},{"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.80500000000000005}]},{"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.82899999999999996}]}]},{"osd":2,"up_from":23,"seq":98784247822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":130091,"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":"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.45700000000000002}]},{"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.55000000000000004}]},{"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.57199999999999995}]},{"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.58699999999999997}]},{"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.53600000000000003}]},{"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.64800000000000002}]},{"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.69299999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":130771,"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":"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.56399999999999995}]},{"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.40400000000000003}]},{"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.60599999999999998}]},{"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.374}]},{"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.433}]},{"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.49199999999999999}]},{"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.51600000000000001}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":130456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.753}]},{"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.69499999999999995}]},{"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.73399999999999999}]},{"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.66000000000000003}]},{"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.52500000000000002}]},{"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.80500000000000005}]},{"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.72099999999999997}]}]}],"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-20T00:05:21.994 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-20T00:05:21.995 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-20T00:05:21.995 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-20T00:05:21.995 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-20T00:05:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:20.093803+0000 mgr.smithi005.opddmj (mgr.14182) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:20.093803+0000 mgr.smithi005.opddmj (mgr.14182) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:22.300 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/mon.smithi005/config 2024-02-20T00:05:23.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:21.566548+0000 mgr.smithi005.opddmj (mgr.14182) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:21.566548+0000 mgr.smithi005.opddmj (mgr.14182) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:23.611 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:24.017 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-20T00:05:24.018 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-20T00:05:24.018 INFO:tasks.cephadm:Setup complete, yielding 2024-02-20T00:05:24.018 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:05:24.042 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-20T00:05:24.043 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-20T00:05:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:22.094129+0000 mgr.smithi005.opddmj (mgr.14182) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:23.610004+0000 mon.smithi005 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.5:0/3962510072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-20T00:05:24.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:22.094129+0000 mgr.smithi005.opddmj (mgr.14182) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:24.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:23.610004+0000 mon.smithi005 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.5:0/3962510072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-20T00:05:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:Backend: cephadm 2024-02-20T00:05:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:Available: Yes 2024-02-20T00:05:25.475 INFO:teuthology.orchestra.run.smithi005.stdout:Paused: No 2024-02-20T00:05:25.859 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-20T00:05:26.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:24.094434+0000 mgr.smithi005.opddmj (mgr.14182) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:24.094434+0000 mgr.smithi005.opddmj (mgr.14182) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (118s) 55s ago 3m 16.1M - 0.23.0 ba2b418f427c 8091fca45614 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 55s ago 3m 7281k - 16.2.14-549-g19854089 a9c9ec92d1b5 4c69298ea302 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi032 smithi032 running (2m) 57s ago 2m 7424k - 16.2.14-549-g19854089 a9c9ec92d1b5 f8eef48e820f 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (113s) 55s ago 2m 48.2M - 8.3.5 dad864ee21e9 4dd8b6449ca9 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.opddmj smithi005 *:9283 running (4m) 55s ago 4m 443M - 16.2.14-549-g19854089 a9c9ec92d1b5 5c261fc5a9ff 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi032.hsdzdh smithi032 *:8443,9283 running (2m) 57s ago 2m 395M - 16.2.14-549-g19854089 a9c9ec92d1b5 f7daa1404e1e 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (4m) 55s ago 4m 70.3M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 8be1a9576a19 2024-02-20T00:05:27.176 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi032 smithi032 running (2m) 57s ago 2m 62.6M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 c75d6228342d 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (2m) 55s ago 2m 21.6M - 1.3.1 1dbe0e931976 62f3cde5b24a 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi032 smithi032 *:9100 running (2m) 57s ago 2m 23.4M - 1.3.1 1dbe0e931976 af3ebce0886d 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (76s) 55s ago 75s 34.2M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 d75d3620c96d 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi032 running (78s) 57s ago 78s 32.5M 3991M 16.2.14-549-g19854089 a9c9ec92d1b5 dc8da124d305 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (71s) 55s ago 71s 31.0M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 9e13bcc92ea1 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi032 running (74s) 57s ago 74s 34.6M 3991M 16.2.14-549-g19854089 a9c9ec92d1b5 f1d5d9161487 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi032 running (71s) 57s ago 70s 29.5M 3991M 16.2.14-549-g19854089 a9c9ec92d1b5 b26c1389f8b6 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi005 running (66s) 55s ago 66s 28.2M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 d47c23f5385a 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi032 running (67s) 57s ago 67s 30.0M 3991M 16.2.14-549-g19854089 a9c9ec92d1b5 bc9297a22daa 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi005 running (61s) 55s ago 61s 21.2M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 04a971111ecf 2024-02-20T00:05:27.177 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (109s) 55s ago 2m 42.8M - 2.33.4 514e6a882f6e 8a8f4cad6ce0 2024-02-20T00:05:27.202 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:25.473566+0000 mgr.smithi005.opddmj (mgr.14182) 130 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:27.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:25.473566+0000 mgr.smithi005.opddmj (mgr.14182) 130 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:27.567 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-20T00:05:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:26.094731+0000 mgr.smithi005.opddmj (mgr.14182) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:26.094731+0000 mgr.smithi005.opddmj (mgr.14182) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager ?:9093,9094 1/1 57s ago 3m count:1 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:crash 2/2 59s ago 3m * 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:grafana ?:3000 1/1 57s ago 3m count:1 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:mgr 2/2 59s ago 3m count:2 2024-02-20T00:05:29.003 INFO:teuthology.orchestra.run.smithi005.stdout:mon 2/2 59s ago 2m smithi005:172.21.15.5=smithi005;smithi032:172.21.15.32=smithi032;count:2 2024-02-20T00:05:29.004 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter ?:9100 2/2 59s ago 3m * 2024-02-20T00:05:29.004 INFO:teuthology.orchestra.run.smithi005.stdout:osd.all-available-devices 8 59s ago 2m * 2024-02-20T00:05:29.004 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus ?:9095 1/1 57s ago 3m count:1 2024-02-20T00:05:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:27.165857+0000 mgr.smithi005.opddmj (mgr.14182) 132 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:27.165857+0000 mgr.smithi005.opddmj (mgr.14182) 132 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:29.671 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-20T00:05:30.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:28.095192+0000 mgr.smithi005.opddmj (mgr.14182) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:30.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:28.997594+0000 mgr.smithi005.opddmj (mgr.14182) 134 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:28.095192+0000 mgr.smithi005.opddmj (mgr.14182) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:28.997594+0000 mgr.smithi005.opddmj (mgr.14182) 134 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:31.035 INFO:teuthology.orchestra.run.smithi005.stdout:HOST ADDR LABELS STATUS 2024-02-20T00:05:31.035 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 172.21.15.5 2024-02-20T00:05:31.035 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 172.21.15.32 2024-02-20T00:05:31.035 INFO:teuthology.orchestra.run.smithi005.stdout:2 hosts in cluster 2024-02-20T00:05:31.417 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-20T00:05:32.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:30.095512+0000 mgr.smithi005.opddmj (mgr.14182) 135 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:32.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:31.033213+0000 mgr.smithi005.opddmj (mgr.14182) 136 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:30.095512+0000 mgr.smithi005.opddmj (mgr.14182) 135 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:31.033213+0000 mgr.smithi005.opddmj (mgr.14182) 136 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:32.769 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 57s ago Has a FileSystem, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_8e99b8a831753db0171a 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_242ad8b2f3bf680aab56 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_bd6abba331b98e8c869f 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_4b2ae45c7d39ed982760 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747402DN480DGN 447G 59s ago Has a FileSystem, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme1n1 ssd Linux_c492ef68dc373a99d340 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme2n1 ssd Linux_6355be1a36153cef1a14 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme3n1 ssd Linux_9fb1167854b1da705cde 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:32.770 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme4n1 ssd Linux_8b1ade3dcfb703bd675a 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:33.142 INFO:teuthology.run_tasks:Running task vip... 2024-02-20T00:05:33.152 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-20T00:05:33.152 INFO:tasks.vip:peername 172.21.15.5 2024-02-20T00:05:33.156 INFO:tasks.vip:172.21.15.5 in 172.21.0.0/20, pos 3844 2024-02-20T00:05:33.161 INFO:tasks.vip:smithi005.front.sepia.ceph.com static 10.0.15.5, vnet 10.0.0.0/16 2024-02-20T00:05:33.161 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-20T00:05:33.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip route ls 2024-02-20T00:05:33.200 INFO:teuthology.orchestra.run.smithi005.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-20T00:05:33.200 INFO:teuthology.orchestra.run.smithi005.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-02-20T00:05:33.202 INFO:tasks.vip:Configuring 10.0.15.5 on smithi005.front.sepia.ceph.com iface ens1f0... 2024-02-20T00:05:33.202 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr add 10.0.15.5/16 dev ens1f0 2024-02-20T00:05:33.277 INFO:tasks.vip:peername 172.21.15.32 2024-02-20T00:05:33.280 INFO:tasks.vip:172.21.15.32 in 172.21.0.0/20, pos 3871 2024-02-20T00:05:33.284 INFO:tasks.vip:smithi032.front.sepia.ceph.com static 10.0.15.32, vnet 10.0.0.0/16 2024-02-20T00:05:33.284 DEBUG:teuthology.orchestra.run.smithi032:> sudo ip route ls 2024-02-20T00:05:33.326 INFO:teuthology.orchestra.run.smithi032.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-20T00:05:33.326 INFO:teuthology.orchestra.run.smithi032.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.32 metric 100 2024-02-20T00:05:33.327 INFO:tasks.vip:Configuring 10.0.15.32 on smithi032.front.sepia.ceph.com iface ens1f0... 2024-02-20T00:05:33.327 DEBUG:teuthology.orchestra.run.smithi032:> sudo ip addr add 10.0.15.32/16 dev ens1f0 2024-02-20T00:05:33.404 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:05:33.462 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-20T00:05:33.462 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-20T00:05:34.163 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:32.095923+0000 mgr.smithi005.opddmj (mgr.14182) 137 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:34.163 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:32.766454+0000 mgr.smithi005.opddmj (mgr.14182) 138 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:32.095923+0000 mgr.smithi005.opddmj (mgr.14182) 137 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:32.766454+0000 mgr.smithi005.opddmj (mgr.14182) 138 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:34.925 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 59s ago Has a FileSystem, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_8e99b8a831753db0171a 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_242ad8b2f3bf680aab56 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_bd6abba331b98e8c869f 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_4b2ae45c7d39ed982760 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747402DN480DGN 447G 62s ago Has a FileSystem, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme1n1 ssd Linux_c492ef68dc373a99d340 89.4G 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme2n1 ssd Linux_6355be1a36153cef1a14 89.4G 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme3n1 ssd Linux_9fb1167854b1da705cde 89.4G 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:34.926 INFO:teuthology.orchestra.run.smithi005.stdout:smithi032 /dev/nvme4n1 ssd Linux_8b1ade3dcfb703bd675a 89.4G 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-20T00:05:35.429 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-20T00:05:35.438 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.5/16' 2024-02-20T00:05:35.439 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch apply -i - 2024-02-20T00:05:36.212 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:34.096215+0000 mgr.smithi005.opddmj (mgr.14182) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:36.212 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:34.922520+0000 mgr.smithi005.opddmj (mgr.14182) 140 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:36.212 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:34.957889+0000 mon.smithi005 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:05:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:34.096215+0000 mgr.smithi005.opddmj (mgr.14182) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:34.922520+0000 mgr.smithi005.opddmj (mgr.14182) 140 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:34.957889+0000 mon.smithi005 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:05:37.047 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled rgw.foo update... 2024-02-20T00:05:37.047 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled ingress.rgw.foo update... 2024-02-20T00:05:37.492 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-20T00:05:37.501 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-02-20T00:05:37.501 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:37.632 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:36.096582+0000 mgr.smithi005.opddmj (mgr.14182) 141 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:36.442572+0000 mon.smithi005 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:37.032307+0000 mgr.smithi005.opddmj (mgr.14182) 142 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:37.038182+0000 mgr.smithi005.opddmj (mgr.14182) 143 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:37.041902+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:37.042408+0000 mgr.smithi005.opddmj (mgr.14182) 144 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-20T00:05:37.633 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:37.045550+0000 mon.smithi005 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:37.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:36.096582+0000 mgr.smithi005.opddmj (mgr.14182) 141 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:37.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:36.442572+0000 mon.smithi005 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:37.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:37.032307+0000 mgr.smithi005.opddmj (mgr.14182) 142 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-20T00:05:37.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:37.038182+0000 mgr.smithi005.opddmj (mgr.14182) 143 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-20T00:05:37.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:37.041902+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:37.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:37.042408+0000 mgr.smithi005.opddmj (mgr.14182) 144 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-20T00:05:37.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:37.045550+0000 mon.smithi005 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:39.466 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:39.467 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:37.038205Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:39.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:38.096937+0000 mgr.smithi005.opddmj (mgr.14182) 145 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:39.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:39.393498+0000 mon.smithi005 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:39.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:38.096937+0000 mgr.smithi005.opddmj (mgr.14182) 145 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:39.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:39.393498+0000 mon.smithi005 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:39.875 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:40.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:39.461127+0000 mgr.smithi005.opddmj (mgr.14182) 146 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:40.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:39.602830+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:40.876 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:40.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:39.461127+0000 mgr.smithi005.opddmj (mgr.14182) 146 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:40.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:39.602830+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:41.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:40.097275+0000 mgr.smithi005.opddmj (mgr.14182) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:41.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:40.097275+0000 mgr.smithi005.opddmj (mgr.14182) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:42.485 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:42.485 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:37.038205Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:42.857 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:43.858 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:44.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:42.097735+0000 mgr.smithi005.opddmj (mgr.14182) 148 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:42.479907+0000 mgr.smithi005.opddmj (mgr.14182) 149 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:42.900705+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.215064+0000 mon.smithi005 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.215854+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.220360+0000 mon.smithi005 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.224151+0000 mon.smithi005 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.231044+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.231542+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.muropv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:44.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.234188+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.muropv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:44.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.237528+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:43.238190+0000 mon.smithi005 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:44.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:42.097735+0000 mgr.smithi005.opddmj (mgr.14182) 148 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:44.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:42.479907+0000 mgr.smithi005.opddmj (mgr.14182) 149 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:42.900705+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.215064+0000 mon.smithi005 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.215854+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.220360+0000 mon.smithi005 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.224151+0000 mon.smithi005 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.231044+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.231542+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.muropv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.234188+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.muropv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.237528+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:44.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:43.238190+0000 mon.smithi005 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:45.535 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:45.535 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:45.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:43.228390+0000 mgr.smithi005.opddmj (mgr.14182) 150 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-20T00:05:45.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:43.238797+0000 mgr.smithi005.opddmj (mgr.14182) 151 : cephadm [INF] Deploying daemon rgw.foo.smithi032.muropv on smithi032 2024-02-20T00:05:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:43.228390+0000 mgr.smithi005.opddmj (mgr.14182) 150 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-20T00:05:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:43.238797+0000 mgr.smithi005.opddmj (mgr.14182) 151 : cephadm [INF] Deploying daemon rgw.foo.smithi032.muropv on smithi032 2024-02-20T00:05:45.956 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:44.098016+0000 mgr.smithi005.opddmj (mgr.14182) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.324001+0000 mon.smithi005 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:46.497 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.329234+0000 mon.smithi005 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.qwyrcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.332710+0000 mon.smithi005 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.qwyrcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.336407+0000 mon.smithi005 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.337162+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:45.337853+0000 mgr.smithi005.opddmj (mgr.14182) 153 : cephadm [INF] Deploying daemon rgw.foo.smithi005.qwyrcu on smithi005 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:45.369372+0000 mon.smithi005 (mon.0) 585 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.370647+0000 mon.smithi032 (mon.1) 25 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.371135+0000 mon.smithi005 (mon.0) 586 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:05:46.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:45.528245+0000 mgr.smithi005.opddmj (mgr.14182) 154 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:44.098016+0000 mgr.smithi005.opddmj (mgr.14182) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.324001+0000 mon.smithi005 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.329234+0000 mon.smithi005 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.qwyrcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.332710+0000 mon.smithi005 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.qwyrcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.336407+0000 mon.smithi005 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.337162+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:45.337853+0000 mgr.smithi005.opddmj (mgr.14182) 153 : cephadm [INF] Deploying daemon rgw.foo.smithi005.qwyrcu on smithi005 2024-02-20T00:05:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:45.369372+0000 mon.smithi005 (mon.0) 585 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-20T00:05:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.370647+0000 mon.smithi032 (mon.1) 25 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:05:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.371135+0000 mon.smithi005 (mon.0) 586 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-20T00:05:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:45.528245+0000 mgr.smithi005.opddmj (mgr.14182) 154 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:46.958 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:46.098390+0000 mgr.smithi005.opddmj (mgr.14182) 155 : cluster [DBG] pgmap v115: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:46.373882+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-20T00:05:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:46.374063+0000 mon.smithi005 (mon.0) 588 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-20T00:05:47.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:46.098390+0000 mgr.smithi005.opddmj (mgr.14182) 155 : cluster [DBG] pgmap v115: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:47.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:46.373882+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-20T00:05:47.727 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:46.374063+0000 mon.smithi005 (mon.0) 588 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-20T00:05:48.446 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:48.447 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:47.380756+0000 mon.smithi005 (mon.0) 589 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.382306+0000 mon.smithi032 (mon.1) 26 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.387369+0000 mon.smithi005 (mon.0) 590 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.565473+0000 mon.smithi005 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.566740+0000 mon.smithi005 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.vxjvpb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:48.647 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.570020+0000 mon.smithi005 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.vxjvpb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:48.648 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.574386+0000 mon.smithi005 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:48.648 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:47.575073+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:48.648 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:47.575687+0000 mgr.smithi005.opddmj (mgr.14182) 156 : cephadm [INF] Deploying daemon rgw.foo.smithi032.vxjvpb on smithi032 2024-02-20T00:05:48.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:47.380756+0000 mon.smithi005 (mon.0) 589 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-20T00:05:48.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.382306+0000 mon.smithi032 (mon.1) 26 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:05:48.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.387369+0000 mon.smithi005 (mon.0) 590 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.565473+0000 mon.smithi005 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.566740+0000 mon.smithi005 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.vxjvpb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.570020+0000 mon.smithi005 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi032.vxjvpb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.574386+0000 mon.smithi005 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:47.575073+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:48.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:47.575687+0000 mgr.smithi005.opddmj (mgr.14182) 156 : cephadm [INF] Deploying daemon rgw.foo.smithi032.vxjvpb on smithi032 2024-02-20T00:05:48.867 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:49.868 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:48.098923+0000 mgr.smithi005.opddmj (mgr.14182) 157 : cluster [DBG] pgmap v118: 65 pgs: 21 active+clean, 9 creating+peering, 35 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:48.382222+0000 mon.smithi005 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-20T00:05:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:48.382458+0000 mon.smithi005 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-20T00:05:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:48.441789+0000 mgr.smithi005.opddmj (mgr.14182) 158 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:50.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:48.098923+0000 mgr.smithi005.opddmj (mgr.14182) 157 : cluster [DBG] pgmap v118: 65 pgs: 21 active+clean, 9 creating+peering, 35 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:50.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:48.382222+0000 mon.smithi005 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-20T00:05:50.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:48.382458+0000 mon.smithi005 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-20T00:05:50.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:48.441789+0000 mgr.smithi005.opddmj (mgr.14182) 158 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:50.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.788226+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:50.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.789513+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.ikekgp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:50.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:49.793558+0000 mon.smithi005 (mon.0) 600 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-20T00:05:50.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.794442+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='client.? 172.21.15.5:0/539605295' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.796746+0000 mon.smithi032 (mon.1) 27 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.796941+0000 mon.smithi032 (mon.1) 28 : audit [INF] from='client.? 172.21.15.32:0/3291317467' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.799779+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.ikekgp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.803266+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.803463+0000 mon.smithi005 (mon.0) 604 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.806812+0000 mon.smithi005 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:49.807609+0000 mon.smithi005 (mon.0) 606 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:50.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:49.808229+0000 mgr.smithi005.opddmj (mgr.14182) 159 : cephadm [INF] Deploying daemon rgw.foo.smithi005.ikekgp on smithi005 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.788226+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.789513+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.ikekgp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:49.793558+0000 mon.smithi005 (mon.0) 600 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.794442+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='client.? 172.21.15.5:0/539605295' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.796746+0000 mon.smithi032 (mon.1) 27 : audit [INF] from='client.? 172.21.15.32:0/3969002745' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.796941+0000 mon.smithi032 (mon.1) 28 : audit [INF] from='client.? 172.21.15.32:0/3291317467' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.799779+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi005.ikekgp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-20T00:05:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.803266+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:51.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.803463+0000 mon.smithi005 (mon.0) 604 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-20T00:05:51.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.806812+0000 mon.smithi005 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:51.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:49.807609+0000 mon.smithi005 (mon.0) 606 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:51.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:49.808229+0000 mgr.smithi005.opddmj (mgr.14182) 159 : cephadm [INF] Deploying daemon rgw.foo.smithi005.ikekgp on smithi005 2024-02-20T00:05:51.829 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:51.830 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:52.178 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:50.799991+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='client.? 172.21.15.5:0/539605295' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.178 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:50.800193+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.178 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:50.800284+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.178 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:50.800423+0000 mon.smithi005 (mon.0) 610 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-20T00:05:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:50.799991+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='client.? 172.21.15.5:0/539605295' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:50.800193+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:50.800284+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-20T00:05:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:50.800423+0000 mon.smithi005 (mon.0) 610 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-20T00:05:52.311 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:50.099293+0000 mgr.smithi005.opddmj (mgr.14182) 160 : cluster [DBG] pgmap v121: 97 pgs: 29 active+clean, 9 creating+peering, 59 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.823473+0000 mgr.smithi005.opddmj (mgr.14182) 161 : audit [DBG] from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:51.851078+0000 mon.smithi005 (mon.0) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.853165+0000 mon.smithi032 (mon.1) 29 : audit [INF] from='client.? 172.21.15.32:0/2955530827' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.854741+0000 mon.smithi032 (mon.1) 30 : audit [INF] from='client.? 172.21.15.32:0/713307091' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.855117+0000 mon.smithi032 (mon.1) 31 : audit [INF] from='client.? 172.21.15.5:0/38169477' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.855482+0000 mon.smithi005 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.860990+0000 mon.smithi005 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.861347+0000 mon.smithi005 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:51.995314+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.001446+0000 mon.smithi005 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:53.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:05:52.011638+0000 mgr.smithi005.opddmj (mgr.14182) 162 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.prgwdu on smithi032 2024-02-20T00:05:53.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:50.099293+0000 mgr.smithi005.opddmj (mgr.14182) 160 : cluster [DBG] pgmap v121: 97 pgs: 29 active+clean, 9 creating+peering, 59 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.823473+0000 mgr.smithi005.opddmj (mgr.14182) 161 : audit [DBG] from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:51.851078+0000 mon.smithi005 (mon.0) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.853165+0000 mon.smithi032 (mon.1) 29 : audit [INF] from='client.? 172.21.15.32:0/2955530827' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.854741+0000 mon.smithi032 (mon.1) 30 : audit [INF] from='client.? 172.21.15.32:0/713307091' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.855117+0000 mon.smithi032 (mon.1) 31 : audit [INF] from='client.? 172.21.15.5:0/38169477' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.855482+0000 mon.smithi005 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.860990+0000 mon.smithi005 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.861347+0000 mon.smithi005 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:51.995314+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.001446+0000 mon.smithi005 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:05:52.011638+0000 mgr.smithi005.opddmj (mgr.14182) 162 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.prgwdu on smithi032 2024-02-20T00:05:53.312 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:52.099860+0000 mgr.smithi005.opddmj (mgr.14182) 163 : cluster [DBG] pgmap v124: 129 pgs: 87 active+clean, 18 creating+peering, 24 unknown; 2.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 2.0 KiB/s wr, 21 op/s 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.853648+0000 mon.smithi005 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.853915+0000 mon.smithi005 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.854036+0000 mon.smithi005 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:52.854168+0000 mon.smithi005 (mon.0) 620 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.857058+0000 mon.smithi032 (mon.1) 32 : audit [INF] from='client.? 172.21.15.32:0/2955530827' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.857332+0000 mon.smithi032 (mon.1) 33 : audit [INF] from='client.? 172.21.15.32:0/713307091' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.857558+0000 mon.smithi032 (mon.1) 34 : audit [INF] from='client.? 172.21.15.5:0/38169477' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.862658+0000 mon.smithi005 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.863463+0000 mon.smithi005 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:52.863843+0000 mon.smithi005 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:52.099860+0000 mgr.smithi005.opddmj (mgr.14182) 163 : cluster [DBG] pgmap v124: 129 pgs: 87 active+clean, 18 creating+peering, 24 unknown; 2.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 2.0 KiB/s wr, 21 op/s 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.853648+0000 mon.smithi005 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.853915+0000 mon.smithi005 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.854036+0000 mon.smithi005 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:52.854168+0000 mon.smithi005 (mon.0) 620 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.857058+0000 mon.smithi032 (mon.1) 32 : audit [INF] from='client.? 172.21.15.32:0/2955530827' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.857332+0000 mon.smithi032 (mon.1) 33 : audit [INF] from='client.? 172.21.15.32:0/713307091' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.857558+0000 mon.smithi032 (mon.1) 34 : audit [INF] from='client.? 172.21.15.5:0/38169477' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.862658+0000 mon.smithi005 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.863463+0000 mon.smithi005 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:52.863843+0000 mon.smithi005 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-20T00:05:54.805 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:54.805 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:55.188 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:53.859313+0000 mon.smithi005 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.188 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:53.859413+0000 mon.smithi005 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:53.859514+0000 mon.smithi005 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:53.859602+0000 mon.smithi005 (mon.0) 627 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-20T00:05:55.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:54.284422+0000 mon.smithi005 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:53.859313+0000 mon.smithi005 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.muropv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:53.859413+0000 mon.smithi005 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi032.vxjvpb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:53.859514+0000 mon.smithi005 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi005.qwyrcu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-20T00:05:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:53.859602+0000 mon.smithi005 (mon.0) 627 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-20T00:05:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:54.284422+0000 mon.smithi005 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:05:55.238 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:56.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:54.100378+0000 mgr.smithi005.opddmj (mgr.14182) 164 : cluster [DBG] pgmap v127: 129 pgs: 98 active+clean, 18 creating+peering, 13 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 2.7 KiB/s wr, 68 op/s 2024-02-20T00:05:56.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:54.799289+0000 mgr.smithi005.opddmj (mgr.14182) 165 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:54.100378+0000 mgr.smithi005.opddmj (mgr.14182) 164 : cluster [DBG] pgmap v127: 129 pgs: 98 active+clean, 18 creating+peering, 13 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 2.7 KiB/s wr, 68 op/s 2024-02-20T00:05:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:54.799289+0000 mgr.smithi005.opddmj (mgr.14182) 165 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:56.239 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:57.731 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:05:57.731 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:05:58.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:56.100889+0000 mgr.smithi005.opddmj (mgr.14182) 166 : cluster [DBG] pgmap v128: 129 pgs: 109 active+clean, 15 creating+peering, 5 unknown; 3.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 3.8 KiB/s wr, 279 op/s 2024-02-20T00:05:58.105 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:05:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:56.100889+0000 mgr.smithi005.opddmj (mgr.14182) 166 : cluster [DBG] pgmap v128: 129 pgs: 109 active+clean, 15 creating+peering, 5 unknown; 3.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 3.8 KiB/s wr, 279 op/s 2024-02-20T00:05:59.106 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:05:57.725415+0000 mgr.smithi005.opddmj (mgr.14182) 167 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:05:57.725415+0000 mgr.smithi005.opddmj (mgr.14182) 167 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:00.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:05:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:05:58.101506+0000 mgr.smithi005.opddmj (mgr.14182) 168 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 KiB/s rd, 5.3 KiB/s wr, 678 op/s 2024-02-20T00:06:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:05:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:05:58.101506+0000 mgr.smithi005.opddmj (mgr.14182) 168 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 KiB/s rd, 5.3 KiB/s wr, 678 op/s 2024-02-20T00:06:00.804 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:00.804 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:01.222 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:00.101951+0000 mgr.smithi005.opddmj (mgr.14182) 169 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 337 KiB/s rd, 3.5 KiB/s wr, 569 op/s 2024-02-20T00:06:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:00.798330+0000 mgr.smithi005.opddmj (mgr.14182) 170 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:02.223 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:02.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:00.101951+0000 mgr.smithi005.opddmj (mgr.14182) 169 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 337 KiB/s rd, 3.5 KiB/s wr, 569 op/s 2024-02-20T00:06:02.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:00.798330+0000 mgr.smithi005.opddmj (mgr.14182) 170 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:03.674 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:03.674 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:04.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:02.102716+0000 mgr.smithi005.opddmj (mgr.14182) 171 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 KiB/s rd, 3.0 KiB/s wr, 574 op/s 2024-02-20T00:06:04.100 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:04.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:02.102716+0000 mgr.smithi005.opddmj (mgr.14182) 171 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 KiB/s rd, 3.0 KiB/s wr, 574 op/s 2024-02-20T00:06:05.139 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:05.175 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:03.669366+0000 mgr.smithi005.opddmj (mgr.14182) 172 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:05.176 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:04.293726+0000 mon.smithi005 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:06:05.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:03.669366+0000 mgr.smithi005.opddmj (mgr.14182) 172 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:05.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:04.293726+0000 mon.smithi005 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:06:06.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:04.103182+0000 mgr.smithi005.opddmj (mgr.14182) 173 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 324 KiB/s rd, 2.7 KiB/s wr, 535 op/s 2024-02-20T00:06:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:04.103182+0000 mgr.smithi005.opddmj (mgr.14182) 173 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 324 KiB/s rd, 2.7 KiB/s wr, 535 op/s 2024-02-20T00:06:06.548 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:06.549 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:06.921 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:07.922 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:06.103769+0000 mgr.smithi005.opddmj (mgr.14182) 174 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 274 KiB/s rd, 2.1 KiB/s wr, 448 op/s 2024-02-20T00:06:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:06.543915+0000 mgr.smithi005.opddmj (mgr.14182) 175 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:08.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:06.103769+0000 mgr.smithi005.opddmj (mgr.14182) 174 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 274 KiB/s rd, 2.1 KiB/s wr, 448 op/s 2024-02-20T00:06:08.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:06.543915+0000 mgr.smithi005.opddmj (mgr.14182) 175 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:09.360 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:09.361 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:09.746 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:10.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:08.104351+0000 mgr.smithi005.opddmj (mgr.14182) 176 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 KiB/s rd, 1.3 KiB/s wr, 358 op/s 2024-02-20T00:06:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:08.104351+0000 mgr.smithi005.opddmj (mgr.14182) 176 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 KiB/s rd, 1.3 KiB/s wr, 358 op/s 2024-02-20T00:06:10.747 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:11.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:09.355476+0000 mgr.smithi005.opddmj (mgr.14182) 177 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:09.355476+0000 mgr.smithi005.opddmj (mgr.14182) 177 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:10.105006+0000 mgr.smithi005.opddmj (mgr.14182) 178 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 0 B/s wr, 127 op/s 2024-02-20T00:06:12.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:10.105006+0000 mgr.smithi005.opddmj (mgr.14182) 178 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 0 B/s wr, 127 op/s 2024-02-20T00:06:12.257 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:12.257 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:12.644 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:13.645 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:14.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:12.105787+0000 mgr.smithi005.opddmj (mgr.14182) 179 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 96 op/s 2024-02-20T00:06:14.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:12.252396+0000 mgr.smithi005.opddmj (mgr.14182) 180 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:12.105787+0000 mgr.smithi005.opddmj (mgr.14182) 179 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 96 op/s 2024-02-20T00:06:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:12.252396+0000 mgr.smithi005.opddmj (mgr.14182) 180 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:15.189 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:15.190 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:15.570 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:14.106253+0000 mgr.smithi005.opddmj (mgr.14182) 181 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 33 op/s 2024-02-20T00:06:16.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:14.106253+0000 mgr.smithi005.opddmj (mgr.14182) 181 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 33 op/s 2024-02-20T00:06:16.571 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:17.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:15.184393+0000 mgr.smithi005.opddmj (mgr.14182) 182 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:15.184393+0000 mgr.smithi005.opddmj (mgr.14182) 182 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:18.114 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:18.114 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:18.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:16.106928+0000 mgr.smithi005.opddmj (mgr.14182) 183 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-20T00:06:18.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:16.106928+0000 mgr.smithi005.opddmj (mgr.14182) 183 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-20T00:06:18.486 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:19.488 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:18.107495+0000 mgr.smithi005.opddmj (mgr.14182) 184 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-20T00:06:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:18.108063+0000 mgr.smithi005.opddmj (mgr.14182) 185 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:20.230 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:18.107495+0000 mgr.smithi005.opddmj (mgr.14182) 184 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-20T00:06:20.230 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:18.108063+0000 mgr.smithi005.opddmj (mgr.14182) 185 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:20.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:20.956 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:21.376 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:20.107946+0000 mgr.smithi005.opddmj (mgr.14182) 186 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2024-02-20T00:06:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:20.950317+0000 mgr.smithi005.opddmj (mgr.14182) 187 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:20.107946+0000 mgr.smithi005.opddmj (mgr.14182) 186 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2024-02-20T00:06:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:20.950317+0000 mgr.smithi005.opddmj (mgr.14182) 187 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:22.377 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:23.911 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:23.911 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:22.108660+0000 mgr.smithi005.opddmj (mgr.14182) 188 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-20T00:06:24.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:22.108660+0000 mgr.smithi005.opddmj (mgr.14182) 188 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-20T00:06:24.319 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:23.906119+0000 mgr.smithi005.opddmj (mgr.14182) 189 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:23.906119+0000 mgr.smithi005.opddmj (mgr.14182) 189 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:25.320 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:24.109289+0000 mgr.smithi005.opddmj (mgr.14182) 190 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:26.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:24.109289+0000 mgr.smithi005.opddmj (mgr.14182) 190 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:26.989 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:26.989 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:27.418 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:26.109855+0000 mgr.smithi005.opddmj (mgr.14182) 191 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:26.984217+0000 mgr.smithi005.opddmj (mgr.14182) 192 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:26.109855+0000 mgr.smithi005.opddmj (mgr.14182) 191 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:26.984217+0000 mgr.smithi005.opddmj (mgr.14182) 192 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:28.419 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:29.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:29.780 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:30.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:28.110510+0000 mgr.smithi005.opddmj (mgr.14182) 193 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:30.150 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:28.110510+0000 mgr.smithi005.opddmj (mgr.14182) 193 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:31.151 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:29.774099+0000 mgr.smithi005.opddmj (mgr.14182) 194 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:29.774099+0000 mgr.smithi005.opddmj (mgr.14182) 194 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:32.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:30.111065+0000 mgr.smithi005.opddmj (mgr.14182) 195 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:30.111065+0000 mgr.smithi005.opddmj (mgr.14182) 195 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:32.601 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:32.602 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:33.024 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:34.026 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:32.111720+0000 mgr.smithi005.opddmj (mgr.14182) 196 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:32.596728+0000 mgr.smithi005.opddmj (mgr.14182) 197 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:34.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:32.111720+0000 mgr.smithi005.opddmj (mgr.14182) 196 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:34.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:32.596728+0000 mgr.smithi005.opddmj (mgr.14182) 197 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:35.495 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:35.495 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:35.924 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:34.112189+0000 mgr.smithi005.opddmj (mgr.14182) 198 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:36.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:34.112189+0000 mgr.smithi005.opddmj (mgr.14182) 198 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:36.926 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:35.489336+0000 mgr.smithi005.opddmj (mgr.14182) 199 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:35.489336+0000 mgr.smithi005.opddmj (mgr.14182) 199 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:36.112861+0000 mgr.smithi005.opddmj (mgr.14182) 200 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:38.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:36.112861+0000 mgr.smithi005.opddmj (mgr.14182) 200 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:38.298 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:38.298 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:38.675 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:39.676 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:40.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:38.113531+0000 mgr.smithi005.opddmj (mgr.14182) 201 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:40.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:38.293182+0000 mgr.smithi005.opddmj (mgr.14182) 202 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:38.113531+0000 mgr.smithi005.opddmj (mgr.14182) 201 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:38.293182+0000 mgr.smithi005.opddmj (mgr.14182) 202 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:41.138 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:41.138 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:41.523 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:42.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:40.114103+0000 mgr.smithi005.opddmj (mgr.14182) 203 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:42.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:40.114103+0000 mgr.smithi005.opddmj (mgr.14182) 203 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:42.524 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:43.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:41.133165+0000 mgr.smithi005.opddmj (mgr.14182) 204 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:41.133165+0000 mgr.smithi005.opddmj (mgr.14182) 204 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:44.054 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:44.054 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:44.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:42.115028+0000 mgr.smithi005.opddmj (mgr.14182) 205 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:44.396 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:44.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:42.115028+0000 mgr.smithi005.opddmj (mgr.14182) 205 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:45.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:44.049425+0000 mgr.smithi005.opddmj (mgr.14182) 206 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:45.397 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:44.049425+0000 mgr.smithi005.opddmj (mgr.14182) 206 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:46.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:44.115431+0000 mgr.smithi005.opddmj (mgr.14182) 207 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:46.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:44.115431+0000 mgr.smithi005.opddmj (mgr.14182) 207 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:46.776 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:46.776 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:47.164 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:48.166 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:48.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:46.115919+0000 mgr.smithi005.opddmj (mgr.14182) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:48.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:46.771211+0000 mgr.smithi005.opddmj (mgr.14182) 209 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:46.115919+0000 mgr.smithi005.opddmj (mgr.14182) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:46.771211+0000 mgr.smithi005.opddmj (mgr.14182) 209 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:49.648 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:49.649 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:50.022 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:50.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:48.116662+0000 mgr.smithi005.opddmj (mgr.14182) 210 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:50.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:48.116662+0000 mgr.smithi005.opddmj (mgr.14182) 210 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:51.024 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:51.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:49.643392+0000 mgr.smithi005.opddmj (mgr.14182) 211 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:49.643392+0000 mgr.smithi005.opddmj (mgr.14182) 211 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:52.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:50.117194+0000 mgr.smithi005.opddmj (mgr.14182) 212 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:52.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:50.117194+0000 mgr.smithi005.opddmj (mgr.14182) 212 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:52.551 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:52.551 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:52.930 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:53.931 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:54.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:52.118061+0000 mgr.smithi005.opddmj (mgr.14182) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:54.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:52.545332+0000 mgr.smithi005.opddmj (mgr.14182) 214 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:54.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:52.118061+0000 mgr.smithi005.opddmj (mgr.14182) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:54.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:52.545332+0000 mgr.smithi005.opddmj (mgr.14182) 214 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:55.424 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:55.425 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:55.814 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:56.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:54.118578+0000 mgr.smithi005.opddmj (mgr.14182) 215 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:56.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:54.118578+0000 mgr.smithi005.opddmj (mgr.14182) 215 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:56.814 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:06:57.219 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:55.419893+0000 mgr.smithi005.opddmj (mgr.14182) 216 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:55.419893+0000 mgr.smithi005.opddmj (mgr.14182) 216 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:06:58.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:06:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:56.119208+0000 mgr.smithi005.opddmj (mgr.14182) 217 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:58.322 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:06:58.322 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:06:58.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:06:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:56.119208+0000 mgr.smithi005.opddmj (mgr.14182) 217 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:06:58.727 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:06:59.728 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:00.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:06:58.119880+0000 mgr.smithi005.opddmj (mgr.14182) 218 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:00.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:06:58.317169+0000 mgr.smithi005.opddmj (mgr.14182) 219 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:06:58.119880+0000 mgr.smithi005.opddmj (mgr.14182) 218 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:06:58.317169+0000 mgr.smithi005.opddmj (mgr.14182) 219 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:01.249 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:01.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:01.655 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:02.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:00.120497+0000 mgr.smithi005.opddmj (mgr.14182) 220 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:02.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:00.120497+0000 mgr.smithi005.opddmj (mgr.14182) 220 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:02.656 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:03.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:01.244536+0000 mgr.smithi005.opddmj (mgr.14182) 221 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:01.244536+0000 mgr.smithi005.opddmj (mgr.14182) 221 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:04.192 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:04.192 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:04.220 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:02.121243+0000 mgr.smithi005.opddmj (mgr.14182) 222 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:04.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:02.121243+0000 mgr.smithi005.opddmj (mgr.14182) 222 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:04.571 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:05.572 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:06.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:04.121661+0000 mgr.smithi005.opddmj (mgr.14182) 223 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:06.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:04.186991+0000 mgr.smithi005.opddmj (mgr.14182) 224 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:06.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:04.121661+0000 mgr.smithi005.opddmj (mgr.14182) 223 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:06.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:04.186991+0000 mgr.smithi005.opddmj (mgr.14182) 224 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:07.083 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:07.083 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:07.494 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:08.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:06.122243+0000 mgr.smithi005.opddmj (mgr.14182) 225 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:08.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:07.078180+0000 mgr.smithi005.opddmj (mgr.14182) 226 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:08.495 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:08.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:06.122243+0000 mgr.smithi005.opddmj (mgr.14182) 225 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:08.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:07.078180+0000 mgr.smithi005.opddmj (mgr.14182) 226 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:09.987 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:09.988 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:10.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:08.122993+0000 mgr.smithi005.opddmj (mgr.14182) 227 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:10.379 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:08.122993+0000 mgr.smithi005.opddmj (mgr.14182) 227 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:11.379 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:11.415 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:09.982910+0000 mgr.smithi005.opddmj (mgr.14182) 228 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:09.982910+0000 mgr.smithi005.opddmj (mgr.14182) 228 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:12.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:10.123555+0000 mgr.smithi005.opddmj (mgr.14182) 229 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:10.123555+0000 mgr.smithi005.opddmj (mgr.14182) 229 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:12.911 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:12.911 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:13.294 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:14.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:14.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:12.124316+0000 mgr.smithi005.opddmj (mgr.14182) 230 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:14.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:12.905677+0000 mgr.smithi005.opddmj (mgr.14182) 231 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:14.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:12.124316+0000 mgr.smithi005.opddmj (mgr.14182) 230 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:14.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:12.905677+0000 mgr.smithi005.opddmj (mgr.14182) 231 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:15.828 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:15.828 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:16.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:14.124985+0000 mgr.smithi005.opddmj (mgr.14182) 232 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:16.233 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:16.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:14.124985+0000 mgr.smithi005.opddmj (mgr.14182) 232 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:17.234 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:17.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:15.822636+0000 mgr.smithi005.opddmj (mgr.14182) 233 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:15.822636+0000 mgr.smithi005.opddmj (mgr.14182) 233 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:18.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:16.125453+0000 mgr.smithi005.opddmj (mgr.14182) 234 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:16.125453+0000 mgr.smithi005.opddmj (mgr.14182) 234 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:18.714 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:18.714 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:19.118 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:20.119 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:18.126069+0000 mgr.smithi005.opddmj (mgr.14182) 235 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:18.708572+0000 mgr.smithi005.opddmj (mgr.14182) 236 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:18.126069+0000 mgr.smithi005.opddmj (mgr.14182) 235 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:18.708572+0000 mgr.smithi005.opddmj (mgr.14182) 236 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:21.627 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:21.627 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:22.052 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:20.126572+0000 mgr.smithi005.opddmj (mgr.14182) 237 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:20.126572+0000 mgr.smithi005.opddmj (mgr.14182) 237 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:23.053 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:23.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:21.621427+0000 mgr.smithi005.opddmj (mgr.14182) 238 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:21.621427+0000 mgr.smithi005.opddmj (mgr.14182) 238 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:22.127406+0000 mgr.smithi005.opddmj (mgr.14182) 239 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:24.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:22.127406+0000 mgr.smithi005.opddmj (mgr.14182) 239 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:24.596 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:24.596 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:24.993 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:25.995 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:26.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:24.128073+0000 mgr.smithi005.opddmj (mgr.14182) 240 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:26.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:24.591835+0000 mgr.smithi005.opddmj (mgr.14182) 241 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:24.128073+0000 mgr.smithi005.opddmj (mgr.14182) 240 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:24.591835+0000 mgr.smithi005.opddmj (mgr.14182) 241 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:27.554 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:27.554 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:27.925 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:26.128535+0000 mgr.smithi005.opddmj (mgr.14182) 242 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:26.128535+0000 mgr.smithi005.opddmj (mgr.14182) 242 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:28.926 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:27.549177+0000 mgr.smithi005.opddmj (mgr.14182) 243 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:27.549177+0000 mgr.smithi005.opddmj (mgr.14182) 243 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:30.441 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:30.442 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:30.464 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:28.129209+0000 mgr.smithi005.opddmj (mgr.14182) 244 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:30.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:28.129209+0000 mgr.smithi005.opddmj (mgr.14182) 244 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:30.833 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:31.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:32.204 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:30.129685+0000 mgr.smithi005.opddmj (mgr.14182) 245 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:32.204 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:30.436666+0000 mgr.smithi005.opddmj (mgr.14182) 246 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:32.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:30.129685+0000 mgr.smithi005.opddmj (mgr.14182) 245 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:32.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:30.436666+0000 mgr.smithi005.opddmj (mgr.14182) 246 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:33.374 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:33.374 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:33.757 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:32.130470+0000 mgr.smithi005.opddmj (mgr.14182) 247 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:34.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:32.130470+0000 mgr.smithi005.opddmj (mgr.14182) 247 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:34.758 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:35.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:33.368512+0000 mgr.smithi005.opddmj (mgr.14182) 248 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:33.368512+0000 mgr.smithi005.opddmj (mgr.14182) 248 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:36.225 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:36.226 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:34.130938+0000 mgr.smithi005.opddmj (mgr.14182) 249 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:36.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:34.130938+0000 mgr.smithi005.opddmj (mgr.14182) 249 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:36.615 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:37.616 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:38.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:36.131387+0000 mgr.smithi005.opddmj (mgr.14182) 250 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:38.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:36.220622+0000 mgr.smithi005.opddmj (mgr.14182) 251 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:38.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:36.131387+0000 mgr.smithi005.opddmj (mgr.14182) 250 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:38.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:36.220622+0000 mgr.smithi005.opddmj (mgr.14182) 251 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:39.123 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:39.123 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:39.532 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:38.132180+0000 mgr.smithi005.opddmj (mgr.14182) 252 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:40.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:38.132180+0000 mgr.smithi005.opddmj (mgr.14182) 252 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:40.534 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:41.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:39.118392+0000 mgr.smithi005.opddmj (mgr.14182) 253 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:39.118392+0000 mgr.smithi005.opddmj (mgr.14182) 253 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:42.101 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:42.101 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:42.423 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:40.132789+0000 mgr.smithi005.opddmj (mgr.14182) 254 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:42.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:40.132789+0000 mgr.smithi005.opddmj (mgr.14182) 254 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:42.490 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:42.096206+0000 mgr.smithi005.opddmj (mgr.14182) 255 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:43.492 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:43.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:42.096206+0000 mgr.smithi005.opddmj (mgr.14182) 255 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:44.218 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:42.133363+0000 mgr.smithi005.opddmj (mgr.14182) 256 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:44.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:42.133363+0000 mgr.smithi005.opddmj (mgr.14182) 256 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:44.987 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:44.988 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:45.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:44.133804+0000 mgr.smithi005.opddmj (mgr.14182) 257 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:45.280 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:44.982763+0000 mgr.smithi005.opddmj (mgr.14182) 258 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:45.350 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:44.133804+0000 mgr.smithi005.opddmj (mgr.14182) 257 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:44.982763+0000 mgr.smithi005.opddmj (mgr.14182) 258 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:46.351 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:47.295 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:46.134406+0000 mgr.smithi005.opddmj (mgr.14182) 259 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:47.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:46.134406+0000 mgr.smithi005.opddmj (mgr.14182) 259 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:47.681 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:47.681 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:48.062 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:47.676489+0000 mgr.smithi005.opddmj (mgr.14182) 260 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:48.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:47.676489+0000 mgr.smithi005.opddmj (mgr.14182) 260 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:49.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:49.459 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:48.135118+0000 mgr.smithi005.opddmj (mgr.14182) 261 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:48.135118+0000 mgr.smithi005.opddmj (mgr.14182) 261 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:50.587 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:50.587 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:50.972 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:50.135662+0000 mgr.smithi005.opddmj (mgr.14182) 262 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:50.582481+0000 mgr.smithi005.opddmj (mgr.14182) 263 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:51.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:50.135662+0000 mgr.smithi005.opddmj (mgr.14182) 262 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:51.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:50.582481+0000 mgr.smithi005.opddmj (mgr.14182) 263 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:51.973 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:52.136214+0000 mgr.smithi005.opddmj (mgr.14182) 264 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:53.474 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:53.474 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:52.136214+0000 mgr.smithi005.opddmj (mgr.14182) 264 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:53.872 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:54.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:53.468251+0000 mgr.smithi005.opddmj (mgr.14182) 265 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:54.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:53.468251+0000 mgr.smithi005.opddmj (mgr.14182) 265 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:54.873 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:55.449 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:54.136910+0000 mgr.smithi005.opddmj (mgr.14182) 266 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:54.136910+0000 mgr.smithi005.opddmj (mgr.14182) 266 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:56.418 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:56.418 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:56.821 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:07:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:56.137501+0000 mgr.smithi005.opddmj (mgr.14182) 267 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:56.412726+0000 mgr.smithi005.opddmj (mgr.14182) 268 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:56.137501+0000 mgr.smithi005.opddmj (mgr.14182) 267 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:56.412726+0000 mgr.smithi005.opddmj (mgr.14182) 268 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:07:57.822 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:07:59.332 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:07:59.332 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:07:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:07:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:07:58.138289+0000 mgr.smithi005.opddmj (mgr.14182) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:59.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:07:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:07:58.138289+0000 mgr.smithi005.opddmj (mgr.14182) 269 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:07:59.713 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:07:59.327484+0000 mgr.smithi005.opddmj (mgr.14182) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:00.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:07:59.327484+0000 mgr.smithi005.opddmj (mgr.14182) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:00.714 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:00.138931+0000 mgr.smithi005.opddmj (mgr.14182) 271 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:01.466 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:00.138931+0000 mgr.smithi005.opddmj (mgr.14182) 271 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:02.232 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:02.233 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:02.629 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:02.139532+0000 mgr.smithi005.opddmj (mgr.14182) 272 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:02.227598+0000 mgr.smithi005.opddmj (mgr.14182) 273 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:03.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:02.139532+0000 mgr.smithi005.opddmj (mgr.14182) 272 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:03.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:02.227598+0000 mgr.smithi005.opddmj (mgr.14182) 273 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:03.630 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:05.190 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:05.190 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:04.140069+0000 mgr.smithi005.opddmj (mgr.14182) 274 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:05.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:04.140069+0000 mgr.smithi005.opddmj (mgr.14182) 274 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:05.586 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:06.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:05.185502+0000 mgr.smithi005.opddmj (mgr.14182) 275 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:06.586 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:06.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:05.185502+0000 mgr.smithi005.opddmj (mgr.14182) 275 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:07.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:06.140594+0000 mgr.smithi005.opddmj (mgr.14182) 276 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:06.140594+0000 mgr.smithi005.opddmj (mgr.14182) 276 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:08.088 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:08.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:08.083566+0000 mgr.smithi005.opddmj (mgr.14182) 277 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:08.617 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:08.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:08.083566+0000 mgr.smithi005.opddmj (mgr.14182) 277 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:08.141153+0000 mgr.smithi005.opddmj (mgr.14182) 278 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:09.618 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:08.141153+0000 mgr.smithi005.opddmj (mgr.14182) 278 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:10.999 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:11.000 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:11.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:10.141647+0000 mgr.smithi005.opddmj (mgr.14182) 279 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:11.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:10.994380+0000 mgr.smithi005.opddmj (mgr.14182) 280 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:11.410 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:10.141647+0000 mgr.smithi005.opddmj (mgr.14182) 279 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:10.994380+0000 mgr.smithi005.opddmj (mgr.14182) 280 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:12.411 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:13.477 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:12.142358+0000 mgr.smithi005.opddmj (mgr.14182) 281 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:13.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:12.142358+0000 mgr.smithi005.opddmj (mgr.14182) 281 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:13.872 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:13.872 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:14.201 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:14.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:13.867043+0000 mgr.smithi005.opddmj (mgr.14182) 282 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:14.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:13.867043+0000 mgr.smithi005.opddmj (mgr.14182) 282 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:15.203 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:15.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:14.143032+0000 mgr.smithi005.opddmj (mgr.14182) 283 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:15.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:14.143032+0000 mgr.smithi005.opddmj (mgr.14182) 283 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:16.729 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:16.729 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:17.135 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:16.143579+0000 mgr.smithi005.opddmj (mgr.14182) 284 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:16.724259+0000 mgr.smithi005.opddmj (mgr.14182) 285 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:17.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:16.143579+0000 mgr.smithi005.opddmj (mgr.14182) 284 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:17.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:16.724259+0000 mgr.smithi005.opddmj (mgr.14182) 285 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:18.137 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:19.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:18.144209+0000 mgr.smithi005.opddmj (mgr.14182) 286 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:19.668 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:19.669 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:19.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:18.144209+0000 mgr.smithi005.opddmj (mgr.14182) 286 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:20.069 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:20.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:19.663896+0000 mgr.smithi005.opddmj (mgr.14182) 287 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:20.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:19.663896+0000 mgr.smithi005.opddmj (mgr.14182) 287 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:21.070 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:20.144897+0000 mgr.smithi005.opddmj (mgr.14182) 288 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:21.473 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:20.144897+0000 mgr.smithi005.opddmj (mgr.14182) 288 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:22.617 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:22.617 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:23.017 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:22.145699+0000 mgr.smithi005.opddmj (mgr.14182) 289 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:22.612492+0000 mgr.smithi005.opddmj (mgr.14182) 290 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:23.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:22.145699+0000 mgr.smithi005.opddmj (mgr.14182) 289 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:23.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:22.612492+0000 mgr.smithi005.opddmj (mgr.14182) 290 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:24.018 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:25.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:24.146265+0000 mgr.smithi005.opddmj (mgr.14182) 291 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:25.569 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:25.569 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:24.146265+0000 mgr.smithi005.opddmj (mgr.14182) 291 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:25.974 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:25.564223+0000 mgr.smithi005.opddmj (mgr.14182) 292 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:26.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:25.564223+0000 mgr.smithi005.opddmj (mgr.14182) 292 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:26.975 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:27.527 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:26.146983+0000 mgr.smithi005.opddmj (mgr.14182) 293 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:27.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:26.146983+0000 mgr.smithi005.opddmj (mgr.14182) 293 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:28.463 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:28.463 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:28.876 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:28.147660+0000 mgr.smithi005.opddmj (mgr.14182) 294 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:28.458349+0000 mgr.smithi005.opddmj (mgr.14182) 295 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:29.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:28.147660+0000 mgr.smithi005.opddmj (mgr.14182) 294 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:29.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:28.458349+0000 mgr.smithi005.opddmj (mgr.14182) 295 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:29.877 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:31.387 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:31.387 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:30.148128+0000 mgr.smithi005.opddmj (mgr.14182) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:31.578 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:30.148128+0000 mgr.smithi005.opddmj (mgr.14182) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:31.801 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:32.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:31.381383+0000 mgr.smithi005.opddmj (mgr.14182) 297 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:32.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:31.381383+0000 mgr.smithi005.opddmj (mgr.14182) 297 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:32.802 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:33.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:32.148777+0000 mgr.smithi005.opddmj (mgr.14182) 298 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:33.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:32.148777+0000 mgr.smithi005.opddmj (mgr.14182) 298 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:34.329 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:34.329 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z 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.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:34.725 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:35.547 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:34.149462+0000 mgr.smithi005.opddmj (mgr.14182) 299 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:35.547 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:34.323789+0000 mgr.smithi005.opddmj (mgr.14182) 300 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:35.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:34.149462+0000 mgr.smithi005.opddmj (mgr.14182) 299 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:35.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:34.323789+0000 mgr.smithi005.opddmj (mgr.14182) 300 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:35.726 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:08:35.546178+0000 mgr.smithi005.opddmj (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:08:35.546466+0000 mgr.smithi005.opddmj (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:35.546863+0000 mon.smithi005 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.prgwdu"}]: dispatch 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:08:35.547574+0000 mgr.smithi005.opddmj (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:08:35.549463+0000 mgr.smithi005.opddmj (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.bopbca on smithi005 2024-02-20T00:08:36.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:08:35.546178+0000 mgr.smithi005.opddmj (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:08:36.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:08:35.546466+0000 mgr.smithi005.opddmj (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:35.546863+0000 mon.smithi005 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.prgwdu"}]: dispatch 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:08:35.547574+0000 mgr.smithi005.opddmj (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.prgwdu ... 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:06:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:07:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:08:36.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:08:36.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:08:35.549463+0000 mgr.smithi005.opddmj (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.bopbca on smithi005 2024-02-20T00:08:37.235 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:37.235 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:37.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:36.149951+0000 mgr.smithi005.opddmj (mgr.14182) 305 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:37.632 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:36.149951+0000 mgr.smithi005.opddmj (mgr.14182) 305 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:38.632 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:38.670 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:37.229936+0000 mgr.smithi005.opddmj (mgr.14182) 306 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:38.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:37.229936+0000 mgr.smithi005.opddmj (mgr.14182) 306 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:39.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:38.150554+0000 mgr.smithi005.opddmj (mgr.14182) 307 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:39.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:38.150554+0000 mgr.smithi005.opddmj (mgr.14182) 307 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:40.135 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:40.135 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:40.531 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:40.129732+0000 mgr.smithi005.opddmj (mgr.14182) 308 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:40.151148+0000 mgr.smithi005.opddmj (mgr.14182) 309 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:41.532 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:41.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:40.129732+0000 mgr.smithi005.opddmj (mgr.14182) 308 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:41.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:40.151148+0000 mgr.smithi005.opddmj (mgr.14182) 309 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:43.065 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:43.065 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:43.464 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:42.151998+0000 mgr.smithi005.opddmj (mgr.14182) 310 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:43.464 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:43.060188+0000 mgr.smithi005.opddmj (mgr.14182) 311 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:43.489 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:43.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:42.151998+0000 mgr.smithi005.opddmj (mgr.14182) 310 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:43.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:43.060188+0000 mgr.smithi005.opddmj (mgr.14182) 311 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:44.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:44.152460+0000 mgr.smithi005.opddmj (mgr.14182) 312 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:44.152460+0000 mgr.smithi005.opddmj (mgr.14182) 312 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:45.961 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:45.961 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:46.355 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:45.956575+0000 mgr.smithi005.opddmj (mgr.14182) 313 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:46.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:45.956575+0000 mgr.smithi005.opddmj (mgr.14182) 313 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:47.356 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:46.153042+0000 mgr.smithi005.opddmj (mgr.14182) 314 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:47.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:46.153042+0000 mgr.smithi005.opddmj (mgr.14182) 314 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:48.874 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:48.874 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:49.262 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:49.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:48.153815+0000 mgr.smithi005.opddmj (mgr.14182) 315 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:48.868345+0000 mgr.smithi005.opddmj (mgr.14182) 316 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:48.153815+0000 mgr.smithi005.opddmj (mgr.14182) 315 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:48.868345+0000 mgr.smithi005.opddmj (mgr.14182) 316 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:50.263 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:51.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:50.154332+0000 mgr.smithi005.opddmj (mgr.14182) 317 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:51.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:50.154332+0000 mgr.smithi005.opddmj (mgr.14182) 317 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:51.773 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:51.773 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:52.137 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:52.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:51.768875+0000 mgr.smithi005.opddmj (mgr.14182) 318 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:52.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:51.768875+0000 mgr.smithi005.opddmj (mgr.14182) 318 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:53.138 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:52.155076+0000 mgr.smithi005.opddmj (mgr.14182) 319 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:53.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:52.155076+0000 mgr.smithi005.opddmj (mgr.14182) 319 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:54.673 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:54.674 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:55.063 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:54.155651+0000 mgr.smithi005.opddmj (mgr.14182) 320 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:54.668267+0000 mgr.smithi005.opddmj (mgr.14182) 321 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:55.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:54.155651+0000 mgr.smithi005.opddmj (mgr.14182) 320 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:55.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:54.668267+0000 mgr.smithi005.opddmj (mgr.14182) 321 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:56.064 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:56.156223+0000 mgr.smithi005.opddmj (mgr.14182) 322 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:57.581 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:08:57.581 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:08:57.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:56.156223+0000 mgr.smithi005.opddmj (mgr.14182) 322 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:57.970 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:08:58.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:08:57.576475+0000 mgr.smithi005.opddmj (mgr.14182) 323 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:58.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:08:57.576475+0000 mgr.smithi005.opddmj (mgr.14182) 323 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:08:58.972 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:08:59.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:08:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:08:58.157001+0000 mgr.smithi005.opddmj (mgr.14182) 324 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:08:59.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:08:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:08:58.157001+0000 mgr.smithi005.opddmj (mgr.14182) 324 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:00.537 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:00.537 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:00.927 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:00.157462+0000 mgr.smithi005.opddmj (mgr.14182) 325 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:00.532080+0000 mgr.smithi005.opddmj (mgr.14182) 326 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:01.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:00.157462+0000 mgr.smithi005.opddmj (mgr.14182) 325 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:01.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:00.532080+0000 mgr.smithi005.opddmj (mgr.14182) 326 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:01.928 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:03.405 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:03.405 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:03.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:02.158253+0000 mgr.smithi005.opddmj (mgr.14182) 327 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:03.752 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:02.158253+0000 mgr.smithi005.opddmj (mgr.14182) 327 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:03.784 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:04.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:03.399615+0000 mgr.smithi005.opddmj (mgr.14182) 328 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:04.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:03.399615+0000 mgr.smithi005.opddmj (mgr.14182) 328 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:04.785 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:05.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:04.158858+0000 mgr.smithi005.opddmj (mgr.14182) 329 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:05.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:04.158858+0000 mgr.smithi005.opddmj (mgr.14182) 329 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:06.256 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:06.256 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:06.685 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:07.686 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:06.159305+0000 mgr.smithi005.opddmj (mgr.14182) 330 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:06.251374+0000 mgr.smithi005.opddmj (mgr.14182) 331 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:07.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:06.159305+0000 mgr.smithi005.opddmj (mgr.14182) 330 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:07.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:06.251374+0000 mgr.smithi005.opddmj (mgr.14182) 331 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:09.162 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:09.163 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:08.159876+0000 mgr.smithi005.opddmj (mgr.14182) 332 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:09.589 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:08.159876+0000 mgr.smithi005.opddmj (mgr.14182) 332 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:10.589 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:10.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:09.157079+0000 mgr.smithi005.opddmj (mgr.14182) 333 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:10.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:09.157079+0000 mgr.smithi005.opddmj (mgr.14182) 333 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:11.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:10.160333+0000 mgr.smithi005.opddmj (mgr.14182) 334 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:11.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:10.160333+0000 mgr.smithi005.opddmj (mgr.14182) 334 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:12.084 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:12.084 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:12.523 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:12.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:12.078322+0000 mgr.smithi005.opddmj (mgr.14182) 335 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:12.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:12.078322+0000 mgr.smithi005.opddmj (mgr.14182) 335 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:13.523 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:13.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:12.161220+0000 mgr.smithi005.opddmj (mgr.14182) 336 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:13.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:12.161220+0000 mgr.smithi005.opddmj (mgr.14182) 336 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:15.009 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:15.009 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:15.518 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:14.161878+0000 mgr.smithi005.opddmj (mgr.14182) 337 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:15.003801+0000 mgr.smithi005.opddmj (mgr.14182) 338 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:15.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:14.161878+0000 mgr.smithi005.opddmj (mgr.14182) 337 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:15.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:15.003801+0000 mgr.smithi005.opddmj (mgr.14182) 338 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:16.519 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:18.057 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:18.057 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:18.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:16.162490+0000 mgr.smithi005.opddmj (mgr.14182) 339 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:18.433 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:16.162490+0000 mgr.smithi005.opddmj (mgr.14182) 339 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:19.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:18.052266+0000 mgr.smithi005.opddmj (mgr.14182) 340 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:19.434 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:18.052266+0000 mgr.smithi005.opddmj (mgr.14182) 340 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:20.221 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:18.163139+0000 mgr.smithi005.opddmj (mgr.14182) 341 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:18.163139+0000 mgr.smithi005.opddmj (mgr.14182) 341 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:21.028 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:21.029 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:21.435 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:22.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:20.163694+0000 mgr.smithi005.opddmj (mgr.14182) 342 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:22.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:21.023841+0000 mgr.smithi005.opddmj (mgr.14182) 343 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:22.435 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:20.163694+0000 mgr.smithi005.opddmj (mgr.14182) 342 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:21.023841+0000 mgr.smithi005.opddmj (mgr.14182) 343 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:23.913 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:23.913 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:24.224 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:22.164580+0000 mgr.smithi005.opddmj (mgr.14182) 344 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:24.291 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:22.164580+0000 mgr.smithi005.opddmj (mgr.14182) 344 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:23.907185+0000 mgr.smithi005.opddmj (mgr.14182) 345 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:25.292 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:23.907185+0000 mgr.smithi005.opddmj (mgr.14182) 345 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:26.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:24.165086+0000 mgr.smithi005.opddmj (mgr.14182) 346 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:24.165086+0000 mgr.smithi005.opddmj (mgr.14182) 346 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:26.838 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:26.839 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:27.232 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:28.233 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:26.165594+0000 mgr.smithi005.opddmj (mgr.14182) 347 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:26.833697+0000 mgr.smithi005.opddmj (mgr.14182) 348 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:26.165594+0000 mgr.smithi005.opddmj (mgr.14182) 347 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:26.833697+0000 mgr.smithi005.opddmj (mgr.14182) 348 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:29.714 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:29.715 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:30.115 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:30.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:28.166223+0000 mgr.smithi005.opddmj (mgr.14182) 349 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:30.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:28.166223+0000 mgr.smithi005.opddmj (mgr.14182) 349 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:31.116 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:29.708989+0000 mgr.smithi005.opddmj (mgr.14182) 350 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:31.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:29.708989+0000 mgr.smithi005.opddmj (mgr.14182) 350 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:32.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:30.166901+0000 mgr.smithi005.opddmj (mgr.14182) 351 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:32.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:30.166901+0000 mgr.smithi005.opddmj (mgr.14182) 351 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:32.679 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:32.679 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:33.064 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:34.065 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:34.436 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:32.167730+0000 mgr.smithi005.opddmj (mgr.14182) 352 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:34.436 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:32.673766+0000 mgr.smithi005.opddmj (mgr.14182) 353 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:34.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:32.167730+0000 mgr.smithi005.opddmj (mgr.14182) 352 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:32.673766+0000 mgr.smithi005.opddmj (mgr.14182) 353 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:35.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:35.550 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:35.940 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:36.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:34.168296+0000 mgr.smithi005.opddmj (mgr.14182) 354 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:36.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:34.168296+0000 mgr.smithi005.opddmj (mgr.14182) 354 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:36.941 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:35.545285+0000 mgr.smithi005.opddmj (mgr.14182) 355 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:35.545285+0000 mgr.smithi005.opddmj (mgr.14182) 355 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:38.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:36.168884+0000 mgr.smithi005.opddmj (mgr.14182) 356 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:38.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:36.168884+0000 mgr.smithi005.opddmj (mgr.14182) 356 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:38.546 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:38.546 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:38.940 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:39.940 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:40.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:38.169496+0000 mgr.smithi005.opddmj (mgr.14182) 357 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:40.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:38.541279+0000 mgr.smithi005.opddmj (mgr.14182) 358 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:38.169496+0000 mgr.smithi005.opddmj (mgr.14182) 357 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:38.541279+0000 mgr.smithi005.opddmj (mgr.14182) 358 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:41.577 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:41.578 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:41.973 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:42.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:40.170000+0000 mgr.smithi005.opddmj (mgr.14182) 359 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:42.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:40.170000+0000 mgr.smithi005.opddmj (mgr.14182) 359 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:42.974 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:43.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:41.572583+0000 mgr.smithi005.opddmj (mgr.14182) 360 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:43.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:41.572583+0000 mgr.smithi005.opddmj (mgr.14182) 360 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:44.429 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:44.429 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:44.458 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:42.170683+0000 mgr.smithi005.opddmj (mgr.14182) 361 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:44.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:42.170683+0000 mgr.smithi005.opddmj (mgr.14182) 361 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:44.829 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:45.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:46.442 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:44.171209+0000 mgr.smithi005.opddmj (mgr.14182) 362 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:46.442 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:44.423598+0000 mgr.smithi005.opddmj (mgr.14182) 363 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:46.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:44.171209+0000 mgr.smithi005.opddmj (mgr.14182) 362 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:46.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:44.423598+0000 mgr.smithi005.opddmj (mgr.14182) 363 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:47.372 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:47.372 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:47.737 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:46.171757+0000 mgr.smithi005.opddmj (mgr.14182) 364 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:48.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:46.171757+0000 mgr.smithi005.opddmj (mgr.14182) 364 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:48.739 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:49.458 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:47.367361+0000 mgr.smithi005.opddmj (mgr.14182) 365 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:47.367361+0000 mgr.smithi005.opddmj (mgr.14182) 365 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:50.191 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:50.191 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:50.450 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:48.172412+0000 mgr.smithi005.opddmj (mgr.14182) 366 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:50.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:48.172412+0000 mgr.smithi005.opddmj (mgr.14182) 366 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:50.671 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:51.672 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:52.441 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:50.172838+0000 mgr.smithi005.opddmj (mgr.14182) 367 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:52.441 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:50.186029+0000 mgr.smithi005.opddmj (mgr.14182) 368 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:52.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:50.172838+0000 mgr.smithi005.opddmj (mgr.14182) 367 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:52.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:50.186029+0000 mgr.smithi005.opddmj (mgr.14182) 368 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:53.213 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:53.214 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:53.603 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:54.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:52.173566+0000 mgr.smithi005.opddmj (mgr.14182) 369 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:54.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:52.173566+0000 mgr.smithi005.opddmj (mgr.14182) 369 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:54.604 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:55.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:53.207836+0000 mgr.smithi005.opddmj (mgr.14182) 370 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:53.207836+0000 mgr.smithi005.opddmj (mgr.14182) 370 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:56.140 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:56.141 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:56.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:54.174082+0000 mgr.smithi005.opddmj (mgr.14182) 371 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:56.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:54.174082+0000 mgr.smithi005.opddmj (mgr.14182) 371 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:56.548 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:09:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:56.135410+0000 mgr.smithi005.opddmj (mgr.14182) 372 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:56.135410+0000 mgr.smithi005.opddmj (mgr.14182) 372 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:09:57.550 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:09:58.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:09:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:56.174541+0000 mgr.smithi005.opddmj (mgr.14182) 373 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:58.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:09:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:56.174541+0000 mgr.smithi005.opddmj (mgr.14182) 373 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:09:59.093 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:09:59.093 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:09:59.487 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:09:58.175266+0000 mgr.smithi005.opddmj (mgr.14182) 374 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:09:59.088437+0000 mgr.smithi005.opddmj (mgr.14182) 375 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:00.000094+0000 mon.smithi005 (mon.0) 631 : cluster [INF] overall HEALTH_OK 2024-02-20T00:10:00.487 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:00.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:09:58.175266+0000 mgr.smithi005.opddmj (mgr.14182) 374 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:00.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:09:59.088437+0000 mgr.smithi005.opddmj (mgr.14182) 375 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:00.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:00.000094+0000 mon.smithi005 (mon.0) 631 : cluster [INF] overall HEALTH_OK 2024-02-20T00:10:02.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:02.031 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:02.360 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:00.175802+0000 mgr.smithi005.opddmj (mgr.14182) 376 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:02.394 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:02.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:00.175802+0000 mgr.smithi005.opddmj (mgr.14182) 376 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:03.394 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:03.430 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:02.025979+0000 mgr.smithi005.opddmj (mgr.14182) 377 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:03.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:02.025979+0000 mgr.smithi005.opddmj (mgr.14182) 377 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:02.176519+0000 mgr.smithi005.opddmj (mgr.14182) 378 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:04.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:02.176519+0000 mgr.smithi005.opddmj (mgr.14182) 378 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:04.941 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:04.941 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:05.328 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:06.329 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:06.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:04.177140+0000 mgr.smithi005.opddmj (mgr.14182) 379 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:06.364 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:04.936124+0000 mgr.smithi005.opddmj (mgr.14182) 380 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:06.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:04.177140+0000 mgr.smithi005.opddmj (mgr.14182) 379 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:06.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:04.936124+0000 mgr.smithi005.opddmj (mgr.14182) 380 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:07.812 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:07.812 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:08.201 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:08.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:06.177653+0000 mgr.smithi005.opddmj (mgr.14182) 381 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:08.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:06.177653+0000 mgr.smithi005.opddmj (mgr.14182) 381 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:09.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:09.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:07.806700+0000 mgr.smithi005.opddmj (mgr.14182) 382 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:07.806700+0000 mgr.smithi005.opddmj (mgr.14182) 382 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:10.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:08.178480+0000 mgr.smithi005.opddmj (mgr.14182) 383 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:08.178480+0000 mgr.smithi005.opddmj (mgr.14182) 383 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:10.691 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:10.691 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:11.084 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:12.085 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:10.179088+0000 mgr.smithi005.opddmj (mgr.14182) 384 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:10.684481+0000 mgr.smithi005.opddmj (mgr.14182) 385 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:12.472 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:10.179088+0000 mgr.smithi005.opddmj (mgr.14182) 384 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:12.472 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:10.684481+0000 mgr.smithi005.opddmj (mgr.14182) 385 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:13.565 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:13.565 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:13.950 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:14.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:12.179768+0000 mgr.smithi005.opddmj (mgr.14182) 386 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:14.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:12.179768+0000 mgr.smithi005.opddmj (mgr.14182) 386 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:14.951 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:15.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:13.560437+0000 mgr.smithi005.opddmj (mgr.14182) 387 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:13.560437+0000 mgr.smithi005.opddmj (mgr.14182) 387 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:16.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:14.180379+0000 mgr.smithi005.opddmj (mgr.14182) 388 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:16.496 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:16.496 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:16.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:14.180379+0000 mgr.smithi005.opddmj (mgr.14182) 388 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:16.831 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:17.832 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:18.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:16.180918+0000 mgr.smithi005.opddmj (mgr.14182) 389 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:18.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:16.489936+0000 mgr.smithi005.opddmj (mgr.14182) 390 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:16.180918+0000 mgr.smithi005.opddmj (mgr.14182) 389 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:16.489936+0000 mgr.smithi005.opddmj (mgr.14182) 390 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:19.337 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:19.337 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:19.760 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:18.181699+0000 mgr.smithi005.opddmj (mgr.14182) 391 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:18.181699+0000 mgr.smithi005.opddmj (mgr.14182) 391 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:20.761 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:19.331350+0000 mgr.smithi005.opddmj (mgr.14182) 392 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:21.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:19.331350+0000 mgr.smithi005.opddmj (mgr.14182) 392 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:20.182171+0000 mgr.smithi005.opddmj (mgr.14182) 393 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:22.289 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:22.289 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:22.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:20.182171+0000 mgr.smithi005.opddmj (mgr.14182) 393 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:22.690 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:23.691 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:22.182958+0000 mgr.smithi005.opddmj (mgr.14182) 394 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:22.284875+0000 mgr.smithi005.opddmj (mgr.14182) 395 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:24.495 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:22.182958+0000 mgr.smithi005.opddmj (mgr.14182) 394 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:24.495 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:22.284875+0000 mgr.smithi005.opddmj (mgr.14182) 395 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:25.197 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:25.197 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:25.591 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:24.183408+0000 mgr.smithi005.opddmj (mgr.14182) 396 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:26.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:24.183408+0000 mgr.smithi005.opddmj (mgr.14182) 396 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:26.592 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:27.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:25.192413+0000 mgr.smithi005.opddmj (mgr.14182) 397 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:25.192413+0000 mgr.smithi005.opddmj (mgr.14182) 397 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:28.099 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:28.100 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:28.465 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:26.184152+0000 mgr.smithi005.opddmj (mgr.14182) 398 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:26.184152+0000 mgr.smithi005.opddmj (mgr.14182) 398 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:28.490 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:28.094649+0000 mgr.smithi005.opddmj (mgr.14182) 399 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:29.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:29.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:28.094649+0000 mgr.smithi005.opddmj (mgr.14182) 399 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:30.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:28.184838+0000 mgr.smithi005.opddmj (mgr.14182) 400 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:30.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:28.184838+0000 mgr.smithi005.opddmj (mgr.14182) 400 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:31.000 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:31.000 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:31.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:30.185314+0000 mgr.smithi005.opddmj (mgr.14182) 401 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:31.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:30.994838+0000 mgr.smithi005.opddmj (mgr.14182) 402 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:31.389 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:30.185314+0000 mgr.smithi005.opddmj (mgr.14182) 401 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:30.994838+0000 mgr.smithi005.opddmj (mgr.14182) 402 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:32.390 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:33.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:32.186224+0000 mgr.smithi005.opddmj (mgr.14182) 403 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:33.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:32.186224+0000 mgr.smithi005.opddmj (mgr.14182) 403 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:33.881 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:33.881 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:34.281 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:34.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:33.876846+0000 mgr.smithi005.opddmj (mgr.14182) 404 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:34.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:33.876846+0000 mgr.smithi005.opddmj (mgr.14182) 404 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:35.282 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:35.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:34.186885+0000 mgr.smithi005.opddmj (mgr.14182) 405 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:35.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:34.186885+0000 mgr.smithi005.opddmj (mgr.14182) 405 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:36.795 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:36.795 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:37.180 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:36.187509+0000 mgr.smithi005.opddmj (mgr.14182) 406 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:36.789852+0000 mgr.smithi005.opddmj (mgr.14182) 407 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:36.187509+0000 mgr.smithi005.opddmj (mgr.14182) 406 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:36.789852+0000 mgr.smithi005.opddmj (mgr.14182) 407 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:38.182 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:39.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:38.188239+0000 mgr.smithi005.opddmj (mgr.14182) 408 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:39.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:38.188239+0000 mgr.smithi005.opddmj (mgr.14182) 408 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:39.733 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:39.733 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:40.139 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:40.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:39.728603+0000 mgr.smithi005.opddmj (mgr.14182) 409 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:39.728603+0000 mgr.smithi005.opddmj (mgr.14182) 409 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:41.140 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:40.188707+0000 mgr.smithi005.opddmj (mgr.14182) 410 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:40.188707+0000 mgr.smithi005.opddmj (mgr.14182) 410 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:42.659 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:42.660 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:43.063 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:43.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:42.189429+0000 mgr.smithi005.opddmj (mgr.14182) 411 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:43.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:42.654659+0000 mgr.smithi005.opddmj (mgr.14182) 412 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:43.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:42.189429+0000 mgr.smithi005.opddmj (mgr.14182) 411 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:43.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:42.654659+0000 mgr.smithi005.opddmj (mgr.14182) 412 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:44.065 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:45.598 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:45.598 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:45.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:44.189924+0000 mgr.smithi005.opddmj (mgr.14182) 413 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:44.189924+0000 mgr.smithi005.opddmj (mgr.14182) 413 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:45.969 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:45.593289+0000 mgr.smithi005.opddmj (mgr.14182) 414 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:46.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:45.593289+0000 mgr.smithi005.opddmj (mgr.14182) 414 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:46.970 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:47.557 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:46.190532+0000 mgr.smithi005.opddmj (mgr.14182) 415 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:46.190532+0000 mgr.smithi005.opddmj (mgr.14182) 415 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:48.470 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:48.470 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:48.862 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:48.191122+0000 mgr.smithi005.opddmj (mgr.14182) 416 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:48.464933+0000 mgr.smithi005.opddmj (mgr.14182) 417 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:49.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:48.191122+0000 mgr.smithi005.opddmj (mgr.14182) 416 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:49.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:48.464933+0000 mgr.smithi005.opddmj (mgr.14182) 417 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:49.862 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:51.415 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:51.416 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:51.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:50.191727+0000 mgr.smithi005.opddmj (mgr.14182) 418 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:51.590 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:50.191727+0000 mgr.smithi005.opddmj (mgr.14182) 418 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:51.820 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:52.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:51.410019+0000 mgr.smithi005.opddmj (mgr.14182) 419 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:52.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:51.410019+0000 mgr.smithi005.opddmj (mgr.14182) 419 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:52.821 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:52.192434+0000 mgr.smithi005.opddmj (mgr.14182) 420 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:53.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:52.192434+0000 mgr.smithi005.opddmj (mgr.14182) 420 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:54.325 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:54.325 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:54.720 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:54.192858+0000 mgr.smithi005.opddmj (mgr.14182) 421 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:54.320036+0000 mgr.smithi005.opddmj (mgr.14182) 422 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:55.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:54.192858+0000 mgr.smithi005.opddmj (mgr.14182) 421 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:55.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:54.320036+0000 mgr.smithi005.opddmj (mgr.14182) 422 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:55.721 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:57.272 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:10:57.272 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:10:57.610 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:56.193376+0000 mgr.smithi005.opddmj (mgr.14182) 423 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:57.669 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:10:57.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:56.193376+0000 mgr.smithi005.opddmj (mgr.14182) 423 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:58.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:10:58.705 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:10:57.267179+0000 mgr.smithi005.opddmj (mgr.14182) 424 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:58.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:10:57.267179+0000 mgr.smithi005.opddmj (mgr.14182) 424 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:10:59.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:10:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:10:58.194276+0000 mgr.smithi005.opddmj (mgr.14182) 425 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:10:59.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:10:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:10:58.194276+0000 mgr.smithi005.opddmj (mgr.14182) 425 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:00.148 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:00.148 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:00.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:00.142875+0000 mgr.smithi005.opddmj (mgr.14182) 426 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:00.551 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:00.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:00.142875+0000 mgr.smithi005.opddmj (mgr.14182) 426 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:01.552 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:01.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:00.194794+0000 mgr.smithi005.opddmj (mgr.14182) 427 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:00.194794+0000 mgr.smithi005.opddmj (mgr.14182) 427 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:03.058 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:03.059 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:03.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:02.195411+0000 mgr.smithi005.opddmj (mgr.14182) 428 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:03.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:03.053711+0000 mgr.smithi005.opddmj (mgr.14182) 429 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:03.452 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:03.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:02.195411+0000 mgr.smithi005.opddmj (mgr.14182) 428 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:03.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:03.053711+0000 mgr.smithi005.opddmj (mgr.14182) 429 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:04.453 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:05.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:04.196006+0000 mgr.smithi005.opddmj (mgr.14182) 430 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:05.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:04.196006+0000 mgr.smithi005.opddmj (mgr.14182) 430 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:06.017 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:06.017 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:06.413 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:06.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:06.012033+0000 mgr.smithi005.opddmj (mgr.14182) 431 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:06.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:06.012033+0000 mgr.smithi005.opddmj (mgr.14182) 431 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:07.414 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:06.196508+0000 mgr.smithi005.opddmj (mgr.14182) 432 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:07.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:06.196508+0000 mgr.smithi005.opddmj (mgr.14182) 432 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:08.960 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:08.960 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:09.335 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:08.197411+0000 mgr.smithi005.opddmj (mgr.14182) 433 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:08.954521+0000 mgr.smithi005.opddmj (mgr.14182) 434 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:09.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:08.197411+0000 mgr.smithi005.opddmj (mgr.14182) 433 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:09.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:08.954521+0000 mgr.smithi005.opddmj (mgr.14182) 434 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:10.336 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:11.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:10.197900+0000 mgr.smithi005.opddmj (mgr.14182) 435 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:11.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:10.197900+0000 mgr.smithi005.opddmj (mgr.14182) 435 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:11.833 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:11.833 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:12.233 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:12.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:11.828794+0000 mgr.smithi005.opddmj (mgr.14182) 436 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:12.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:11.828794+0000 mgr.smithi005.opddmj (mgr.14182) 436 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:13.234 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:13.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:12.198715+0000 mgr.smithi005.opddmj (mgr.14182) 437 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:13.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:12.198715+0000 mgr.smithi005.opddmj (mgr.14182) 437 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:14.697 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:14.697 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:15.066 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:15.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:14.199268+0000 mgr.smithi005.opddmj (mgr.14182) 438 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:14.691520+0000 mgr.smithi005.opddmj (mgr.14182) 439 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:15.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:14.199268+0000 mgr.smithi005.opddmj (mgr.14182) 438 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:15.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:14.691520+0000 mgr.smithi005.opddmj (mgr.14182) 439 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:16.067 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:17.585 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:17.586 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:17.990 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:18.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:16.199731+0000 mgr.smithi005.opddmj (mgr.14182) 440 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:16.199731+0000 mgr.smithi005.opddmj (mgr.14182) 440 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:18.992 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:19.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:17.580611+0000 mgr.smithi005.opddmj (mgr.14182) 441 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:17.580611+0000 mgr.smithi005.opddmj (mgr.14182) 441 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:18.200590+0000 mgr.smithi005.opddmj (mgr.14182) 442 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:20.485 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:20.485 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:18.200590+0000 mgr.smithi005.opddmj (mgr.14182) 442 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:20.901 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:21.902 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:22.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:20.201037+0000 mgr.smithi005.opddmj (mgr.14182) 443 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:22.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:20.480051+0000 mgr.smithi005.opddmj (mgr.14182) 444 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:20.201037+0000 mgr.smithi005.opddmj (mgr.14182) 443 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:20.480051+0000 mgr.smithi005.opddmj (mgr.14182) 444 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:23.416 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:23.416 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:23.850 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:24.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:22.201754+0000 mgr.smithi005.opddmj (mgr.14182) 445 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:22.201754+0000 mgr.smithi005.opddmj (mgr.14182) 445 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:24.851 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:25.246 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:23.411458+0000 mgr.smithi005.opddmj (mgr.14182) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:23.411458+0000 mgr.smithi005.opddmj (mgr.14182) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:26.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:24.202222+0000 mgr.smithi005.opddmj (mgr.14182) 447 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:26.358 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:26.358 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:24.202222+0000 mgr.smithi005.opddmj (mgr.14182) 447 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:26.765 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:27.766 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:28.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:26.202712+0000 mgr.smithi005.opddmj (mgr.14182) 448 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:28.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:26.353241+0000 mgr.smithi005.opddmj (mgr.14182) 449 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:26.202712+0000 mgr.smithi005.opddmj (mgr.14182) 448 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:26.353241+0000 mgr.smithi005.opddmj (mgr.14182) 449 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:29.477 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:29.477 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:29.873 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:30.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:28.203326+0000 mgr.smithi005.opddmj (mgr.14182) 450 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:30.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:28.203326+0000 mgr.smithi005.opddmj (mgr.14182) 450 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:30.874 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:29.471732+0000 mgr.smithi005.opddmj (mgr.14182) 451 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:29.471732+0000 mgr.smithi005.opddmj (mgr.14182) 451 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:32.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:30.203959+0000 mgr.smithi005.opddmj (mgr.14182) 452 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:32.392 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:32.392 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:32.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:30.203959+0000 mgr.smithi005.opddmj (mgr.14182) 452 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:32.798 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:33.799 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:34.201 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:32.204570+0000 mgr.smithi005.opddmj (mgr.14182) 453 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:34.201 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:32.386995+0000 mgr.smithi005.opddmj (mgr.14182) 454 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:32.204570+0000 mgr.smithi005.opddmj (mgr.14182) 453 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:32.386995+0000 mgr.smithi005.opddmj (mgr.14182) 454 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:35.330 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:35.330 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:36.436534Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:36.436699Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:36.436801Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:36.436876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:36.436948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-20T00:11:35.889 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-20T00:11:36.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:34.205029+0000 mgr.smithi005.opddmj (mgr.14182) 455 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:35.087557+0000 mgr.smithi005.opddmj (mgr.14182) 456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:35.087730+0000 mgr.smithi005.opddmj (mgr.14182) 457 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:35.088063+0000 mon.smithi005 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.bopbca"}]: dispatch 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:35.088822+0000 mgr.smithi005.opddmj (mgr.14182) 458 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:35.095343+0000 mon.smithi005 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:35.095733+0000 mgr.smithi005.opddmj (mgr.14182) 459 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:35.097062+0000 mgr.smithi005.opddmj (mgr.14182) 460 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:35.097794+0000 mgr.smithi005.opddmj (mgr.14182) 461 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:36.470 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:35.098541+0000 mon.smithi005 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:34.205029+0000 mgr.smithi005.opddmj (mgr.14182) 455 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:35.087557+0000 mgr.smithi005.opddmj (mgr.14182) 456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:35.087730+0000 mgr.smithi005.opddmj (mgr.14182) 457 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:35.088063+0000 mon.smithi005 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.bopbca"}]: dispatch 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:35.088822+0000 mgr.smithi005.opddmj (mgr.14182) 458 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.bopbca ... 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:09:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:10:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:35.095343+0000 mon.smithi005 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:35.095733+0000 mgr.smithi005.opddmj (mgr.14182) 459 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:11:36.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:35.097062+0000 mgr.smithi005.opddmj (mgr.14182) 460 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:11:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:35.097794+0000 mgr.smithi005.opddmj (mgr.14182) 461 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:36.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:35.098541+0000 mon.smithi005 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:11:36.891 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:35.324729+0000 mgr.smithi005.opddmj (mgr.14182) 462 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:36.092287+0000 mon.smithi005 (mon.0) 635 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:11:37.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:36.687109+0000 mon.smithi005 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:35.324729+0000 mgr.smithi005.opddmj (mgr.14182) 462 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:36.092287+0000 mon.smithi005 (mon.0) 635 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:11:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:36.687109+0000 mon.smithi005 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:38.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:37.098470+0000 mgr.smithi005.opddmj (mgr.14182) 463 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:38.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:37.098470+0000 mgr.smithi005.opddmj (mgr.14182) 463 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:38.691 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:38.691 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:05:39.383192Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:05:39.383266Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:05:39.383336Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:05:39.383111Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:05:39.382948Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:05:39.383405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:05:39.383544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:05:39.383474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 2, "size": 4}}] 2024-02-20T00:11:39.093 INFO:tasks.cephadm:rgw.foo has 2/4 2024-02-20T00:11:40.095 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:38.684847+0000 mgr.smithi005.opddmj (mgr.14182) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:39.099122+0000 mgr.smithi005.opddmj (mgr.14182) 465 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.125363+0000 mon.smithi005 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.420165+0000 mon.smithi005 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.457047+0000 mon.smithi005 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.457781+0000 mon.smithi005 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.752366+0000 mon.smithi005 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.758179+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.762943+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:39.770828+0000 mon.smithi005 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:38.684847+0000 mgr.smithi005.opddmj (mgr.14182) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:39.099122+0000 mgr.smithi005.opddmj (mgr.14182) 465 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.125363+0000 mon.smithi005 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.420165+0000 mon.smithi005 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.457047+0000 mon.smithi005 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.457781+0000 mon.smithi005 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.752366+0000 mon.smithi005 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.758179+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.762943+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:11:40.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:39.770828+0000 mon.smithi005 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:11:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:39.461247+0000 mgr.smithi005.opddmj (mgr.14182) 466 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:11:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:39.763911+0000 mgr.smithi005.opddmj (mgr.14182) 467 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:11:39.780663+0000 mgr.smithi005.opddmj (mgr.14182) 468 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.rduduq on smithi032 2024-02-20T00:11:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:40.760900+0000 mon.smithi005 (mon.0) 645 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:11:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:40.760937+0000 mon.smithi005 (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-02-20T00:11:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:39.461247+0000 mgr.smithi005.opddmj (mgr.14182) 466 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:11:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:39.763911+0000 mgr.smithi005.opddmj (mgr.14182) 467 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:11:39.780663+0000 mgr.smithi005.opddmj (mgr.14182) 468 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.rduduq on smithi032 2024-02-20T00:11:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:40.760900+0000 mon.smithi005 (mon.0) 645 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:11:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:40.760937+0000 mon.smithi005 (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-02-20T00:11:41.570 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:41.570 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:41.906 INFO:tasks.cephadm:rgw.foo has 4/4 2024-02-20T00:11:41.906 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-20T00:11:41.918 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-02-20T00:11:41.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:43.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:41.564538+0000 mgr.smithi005.opddmj (mgr.14182) 469 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:43.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:41.764525+0000 mgr.smithi005.opddmj (mgr.14182) 470 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 107 B/s wr, 1 op/s 2024-02-20T00:11:43.383 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:43.383 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:41.564538+0000 mgr.smithi005.opddmj (mgr.14182) 469 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:41.764525+0000 mgr.smithi005.opddmj (mgr.14182) 470 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 107 B/s wr, 1 op/s 2024-02-20T00:11:43.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:44.775 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:43.377139+0000 mgr.smithi005.opddmj (mgr.14182) 471 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:43.765148+0000 mgr.smithi005.opddmj (mgr.14182) 472 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 214 B/s wr, 2 op/s 2024-02-20T00:11:45.475 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:43.377139+0000 mgr.smithi005.opddmj (mgr.14182) 471 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:45.475 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:43.765148+0000 mgr.smithi005.opddmj (mgr.14182) 472 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 214 B/s wr, 2 op/s 2024-02-20T00:11:46.269 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:46.269 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:46.646 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:45.765650+0000 mgr.smithi005.opddmj (mgr.14182) 473 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:45.765650+0000 mgr.smithi005.opddmj (mgr.14182) 473 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:47.647 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:48.399 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:46.264081+0000 mgr.smithi005.opddmj (mgr.14182) 474 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:46.264081+0000 mgr.smithi005.opddmj (mgr.14182) 474 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:49.177 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:49.177 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:47.766225+0000 mgr.smithi005.opddmj (mgr.14182) 475 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:49.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:47.766225+0000 mgr.smithi005.opddmj (mgr.14182) 475 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:49.579 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:50.579 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:51.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:49.171716+0000 mgr.smithi005.opddmj (mgr.14182) 476 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:51.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:49.766885+0000 mgr.smithi005.opddmj (mgr.14182) 477 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:49.171716+0000 mgr.smithi005.opddmj (mgr.14182) 476 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:49.766885+0000 mgr.smithi005.opddmj (mgr.14182) 477 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 191 B/s wr, 2 op/s 2024-02-20T00:11:52.091 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:52.091 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:52.478 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:51.767528+0000 mgr.smithi005.opddmj (mgr.14182) 478 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-20T00:11:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:52.085720+0000 mgr.smithi005.opddmj (mgr.14182) 479 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:53.479 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:51.767528+0000 mgr.smithi005.opddmj (mgr.14182) 478 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-20T00:11:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:52.085720+0000 mgr.smithi005.opddmj (mgr.14182) 479 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:54.993 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:54.994 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:55.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:53.768160+0000 mgr.smithi005.opddmj (mgr.14182) 480 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-02-20T00:11:55.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:53.768160+0000 mgr.smithi005.opddmj (mgr.14182) 480 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-02-20T00:11:56.403 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:11:56.439 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:54.987986+0000 mgr.smithi005.opddmj (mgr.14182) 481 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:56.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:54.987986+0000 mgr.smithi005.opddmj (mgr.14182) 481 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:55.768848+0000 mgr.smithi005.opddmj (mgr.14182) 482 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:55.768848+0000 mgr.smithi005.opddmj (mgr.14182) 482 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:57.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:11:57.939 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:11:58.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:11:58.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:57.769590+0000 mgr.smithi005.opddmj (mgr.14182) 483 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:58.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:11:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:11:57.933065+0000 mgr.smithi005.opddmj (mgr.14182) 484 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:58.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:57.769590+0000 mgr.smithi005.opddmj (mgr.14182) 483 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:11:58.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:11:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:11:57.933065+0000 mgr.smithi005.opddmj (mgr.14182) 484 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:11:59.337 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:00.852 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:00.852 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:01.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:11:59.770065+0000 mgr.smithi005.opddmj (mgr.14182) 485 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:01.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:11:59.770065+0000 mgr.smithi005.opddmj (mgr.14182) 485 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:01.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:00.846427+0000 mgr.smithi005.opddmj (mgr.14182) 486 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:02.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:00.846427+0000 mgr.smithi005.opddmj (mgr.14182) 486 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:02.271 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:02.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:01.770658+0000 mgr.smithi005.opddmj (mgr.14182) 487 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:03.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:01.770658+0000 mgr.smithi005.opddmj (mgr.14182) 487 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:03.749 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:03.750 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:04.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:05.172 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:05.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:03.744378+0000 mgr.smithi005.opddmj (mgr.14182) 488 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:05.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:03.771196+0000 mgr.smithi005.opddmj (mgr.14182) 489 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:05.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:03.744378+0000 mgr.smithi005.opddmj (mgr.14182) 488 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:05.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:03.771196+0000 mgr.smithi005.opddmj (mgr.14182) 489 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:06.652 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:06.653 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:07.001 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:05.771686+0000 mgr.smithi005.opddmj (mgr.14182) 490 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:07.026 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:07.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:05.771686+0000 mgr.smithi005.opddmj (mgr.14182) 490 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:08.027 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:06.646962+0000 mgr.smithi005.opddmj (mgr.14182) 491 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:08.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:06.646962+0000 mgr.smithi005.opddmj (mgr.14182) 491 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:09.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:07.772582+0000 mgr.smithi005.opddmj (mgr.14182) 492 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:07.772582+0000 mgr.smithi005.opddmj (mgr.14182) 492 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:09.513 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:09.514 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:09.935 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:10.936 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:09.508193+0000 mgr.smithi005.opddmj (mgr.14182) 493 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:09.773165+0000 mgr.smithi005.opddmj (mgr.14182) 494 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:11.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:09.508193+0000 mgr.smithi005.opddmj (mgr.14182) 493 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:11.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:09.773165+0000 mgr.smithi005.opddmj (mgr.14182) 494 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:12.458 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:12.458 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:12.841 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:13.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:11.774000+0000 mgr.smithi005.opddmj (mgr.14182) 495 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:13.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:11.774000+0000 mgr.smithi005.opddmj (mgr.14182) 495 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:13.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:12.452226+0000 mgr.smithi005.opddmj (mgr.14182) 496 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:14.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:12.452226+0000 mgr.smithi005.opddmj (mgr.14182) 496 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:15.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:13.774614+0000 mgr.smithi005.opddmj (mgr.14182) 497 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:15.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:13.774614+0000 mgr.smithi005.opddmj (mgr.14182) 497 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:15.353 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:15.353 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:15.741 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:16.742 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:17.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:15.347171+0000 mgr.smithi005.opddmj (mgr.14182) 498 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:17.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:15.775184+0000 mgr.smithi005.opddmj (mgr.14182) 499 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:15.347171+0000 mgr.smithi005.opddmj (mgr.14182) 498 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:15.775184+0000 mgr.smithi005.opddmj (mgr.14182) 499 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:18.225 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:18.225 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:18.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:17.776130+0000 mgr.smithi005.opddmj (mgr.14182) 500 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:19.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:17.776130+0000 mgr.smithi005.opddmj (mgr.14182) 500 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:19.634 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:20.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:18.219410+0000 mgr.smithi005.opddmj (mgr.14182) 501 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:18.219410+0000 mgr.smithi005.opddmj (mgr.14182) 501 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:21.150 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:21.150 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:21.181 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:19.776556+0000 mgr.smithi005.opddmj (mgr.14182) 502 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:21.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:19.776556+0000 mgr.smithi005.opddmj (mgr.14182) 502 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:21.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:21.144009+0000 mgr.smithi005.opddmj (mgr.14182) 503 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:21.144009+0000 mgr.smithi005.opddmj (mgr.14182) 503 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:22.549 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:21.777247+0000 mgr.smithi005.opddmj (mgr.14182) 504 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:23.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:21.777247+0000 mgr.smithi005.opddmj (mgr.14182) 504 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:24.088 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:24.089 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:24.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:23.777865+0000 mgr.smithi005.opddmj (mgr.14182) 505 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:24.083206+0000 mgr.smithi005.opddmj (mgr.14182) 506 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:23.777865+0000 mgr.smithi005.opddmj (mgr.14182) 505 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:24.083206+0000 mgr.smithi005.opddmj (mgr.14182) 506 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:25.484 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:27.047 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:27.047 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:27.210 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:25.778290+0000 mgr.smithi005.opddmj (mgr.14182) 507 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:25.778290+0000 mgr.smithi005.opddmj (mgr.14182) 507 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:27.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:27.041763+0000 mgr.smithi005.opddmj (mgr.14182) 508 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:27.041763+0000 mgr.smithi005.opddmj (mgr.14182) 508 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:28.441 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:29.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:27.778954+0000 mgr.smithi005.opddmj (mgr.14182) 509 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:27.778954+0000 mgr.smithi005.opddmj (mgr.14182) 509 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:29.968 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:29.968 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:30.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:29.779356+0000 mgr.smithi005.opddmj (mgr.14182) 510 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:29.962724+0000 mgr.smithi005.opddmj (mgr.14182) 511 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:29.779356+0000 mgr.smithi005.opddmj (mgr.14182) 510 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:29.962724+0000 mgr.smithi005.opddmj (mgr.14182) 511 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:31.364 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:32.817 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:32.817 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:33.161 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:31.779894+0000 mgr.smithi005.opddmj (mgr.14182) 512 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:33.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:31.779894+0000 mgr.smithi005.opddmj (mgr.14182) 512 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:33.230 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:32.811618+0000 mgr.smithi005.opddmj (mgr.14182) 513 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:34.230 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:34.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:32.811618+0000 mgr.smithi005.opddmj (mgr.14182) 513 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:35.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:33.780632+0000 mgr.smithi005.opddmj (mgr.14182) 514 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:33.780632+0000 mgr.smithi005.opddmj (mgr.14182) 514 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:35.746 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:35.746 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:36.163 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:37.164 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:37.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:35.740567+0000 mgr.smithi005.opddmj (mgr.14182) 515 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:37.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:35.781106+0000 mgr.smithi005.opddmj (mgr.14182) 516 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:35.740567+0000 mgr.smithi005.opddmj (mgr.14182) 515 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:35.781106+0000 mgr.smithi005.opddmj (mgr.14182) 516 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:38.711 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:38.711 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:37.781836+0000 mgr.smithi005.opddmj (mgr.14182) 517 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:39.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:37.781836+0000 mgr.smithi005.opddmj (mgr.14182) 517 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:40.106 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:40.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:38.705523+0000 mgr.smithi005.opddmj (mgr.14182) 518 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:40.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:38.705523+0000 mgr.smithi005.opddmj (mgr.14182) 518 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:41.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:39.782282+0000 mgr.smithi005.opddmj (mgr.14182) 519 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:41.237 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:39.782282+0000 mgr.smithi005.opddmj (mgr.14182) 519 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:41.614 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:41.614 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:42.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:43.013 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:41.608226+0000 mgr.smithi005.opddmj (mgr.14182) 520 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:41.782831+0000 mgr.smithi005.opddmj (mgr.14182) 521 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:43.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:41.608226+0000 mgr.smithi005.opddmj (mgr.14182) 520 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:43.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:41.782831+0000 mgr.smithi005.opddmj (mgr.14182) 521 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:44.548 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:44.548 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:44.955 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:43.783430+0000 mgr.smithi005.opddmj (mgr.14182) 522 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:45.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:43.783430+0000 mgr.smithi005.opddmj (mgr.14182) 522 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:45.956 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:44.542952+0000 mgr.smithi005.opddmj (mgr.14182) 523 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:46.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:44.542952+0000 mgr.smithi005.opddmj (mgr.14182) 523 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:47.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:45.784157+0000 mgr.smithi005.opddmj (mgr.14182) 524 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:45.784157+0000 mgr.smithi005.opddmj (mgr.14182) 524 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:47.406 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:47.406 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:47.836 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:48.837 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:49.181 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:47.399977+0000 mgr.smithi005.opddmj (mgr.14182) 525 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:49.181 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:47.784919+0000 mgr.smithi005.opddmj (mgr.14182) 526 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:47.399977+0000 mgr.smithi005.opddmj (mgr.14182) 525 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:47.784919+0000 mgr.smithi005.opddmj (mgr.14182) 526 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:50.183 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:50.184 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:50.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:51.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:49.785454+0000 mgr.smithi005.opddmj (mgr.14182) 527 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:51.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:49.785454+0000 mgr.smithi005.opddmj (mgr.14182) 527 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:51.571 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:50.177893+0000 mgr.smithi005.opddmj (mgr.14182) 528 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:52.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:50.177893+0000 mgr.smithi005.opddmj (mgr.14182) 528 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:53.051 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:53.051 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:53.206 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:51.786119+0000 mgr.smithi005.opddmj (mgr.14182) 529 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:51.786119+0000 mgr.smithi005.opddmj (mgr.14182) 529 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:53.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:53.045239+0000 mgr.smithi005.opddmj (mgr.14182) 530 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:54.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:53.045239+0000 mgr.smithi005.opddmj (mgr.14182) 530 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:54.413 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:55.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:53.786901+0000 mgr.smithi005.opddmj (mgr.14182) 531 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:53.786901+0000 mgr.smithi005.opddmj (mgr.14182) 531 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:55.948 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:55.948 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:56.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:55.787348+0000 mgr.smithi005.opddmj (mgr.14182) 532 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:55.942395+0000 mgr.smithi005.opddmj (mgr.14182) 533 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:57.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:55.787348+0000 mgr.smithi005.opddmj (mgr.14182) 532 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:57.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:55.942395+0000 mgr.smithi005.opddmj (mgr.14182) 533 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:12:57.326 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:12:58.801 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:12:58.801 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:12:59.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:57.787997+0000 mgr.smithi005.opddmj (mgr.14182) 534 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:12:59.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:12:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:57.787997+0000 mgr.smithi005.opddmj (mgr.14182) 534 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:00.229 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:00.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:12:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:12:58.795872+0000 mgr.smithi005.opddmj (mgr.14182) 535 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:12:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:12:58.795872+0000 mgr.smithi005.opddmj (mgr.14182) 535 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:01.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:12:59.788464+0000 mgr.smithi005.opddmj (mgr.14182) 536 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:12:59.788464+0000 mgr.smithi005.opddmj (mgr.14182) 536 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:01.753 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:01.753 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:02.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:03.167 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:01.747877+0000 mgr.smithi005.opddmj (mgr.14182) 537 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:01.789019+0000 mgr.smithi005.opddmj (mgr.14182) 538 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:01.747877+0000 mgr.smithi005.opddmj (mgr.14182) 537 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:01.789019+0000 mgr.smithi005.opddmj (mgr.14182) 538 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:04.687 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:04.688 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:05.083 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:05.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:03.789663+0000 mgr.smithi005.opddmj (mgr.14182) 539 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:03.789663+0000 mgr.smithi005.opddmj (mgr.14182) 539 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:06.084 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:06.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:04.682029+0000 mgr.smithi005.opddmj (mgr.14182) 540 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:06.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:04.682029+0000 mgr.smithi005.opddmj (mgr.14182) 540 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:07.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:05.790185+0000 mgr.smithi005.opddmj (mgr.14182) 541 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:07.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:05.790185+0000 mgr.smithi005.opddmj (mgr.14182) 541 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:07.595 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:07.595 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:08.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:09.002 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:07.589695+0000 mgr.smithi005.opddmj (mgr.14182) 542 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:07.790896+0000 mgr.smithi005.opddmj (mgr.14182) 543 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:07.589695+0000 mgr.smithi005.opddmj (mgr.14182) 542 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:07.790896+0000 mgr.smithi005.opddmj (mgr.14182) 543 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:10.445 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:10.445 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:10.874 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:11.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:09.791380+0000 mgr.smithi005.opddmj (mgr.14182) 544 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:09.791380+0000 mgr.smithi005.opddmj (mgr.14182) 544 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:11.875 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:12.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:10.439320+0000 mgr.smithi005.opddmj (mgr.14182) 545 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:10.439320+0000 mgr.smithi005.opddmj (mgr.14182) 545 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:13.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:11.791960+0000 mgr.smithi005.opddmj (mgr.14182) 546 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:11.791960+0000 mgr.smithi005.opddmj (mgr.14182) 546 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:13.514 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:13.514 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:13.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:14.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:15.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:13.508802+0000 mgr.smithi005.opddmj (mgr.14182) 547 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:15.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:13.792716+0000 mgr.smithi005.opddmj (mgr.14182) 548 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:13.508802+0000 mgr.smithi005.opddmj (mgr.14182) 547 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:13.792716+0000 mgr.smithi005.opddmj (mgr.14182) 548 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:16.436 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:16.436 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:16.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:17.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:15.793323+0000 mgr.smithi005.opddmj (mgr.14182) 549 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:15.793323+0000 mgr.smithi005.opddmj (mgr.14182) 549 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:17.816 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:18.220 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:16.430523+0000 mgr.smithi005.opddmj (mgr.14182) 550 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:16.430523+0000 mgr.smithi005.opddmj (mgr.14182) 550 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:19.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:17.794161+0000 mgr.smithi005.opddmj (mgr.14182) 551 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:19.345 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:19.345 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:17.794161+0000 mgr.smithi005.opddmj (mgr.14182) 551 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:19.741 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:20.742 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:21.460 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:19.339779+0000 mgr.smithi005.opddmj (mgr.14182) 552 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:21.461 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:19.794663+0000 mgr.smithi005.opddmj (mgr.14182) 553 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:21.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:19.339779+0000 mgr.smithi005.opddmj (mgr.14182) 552 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:21.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:19.794663+0000 mgr.smithi005.opddmj (mgr.14182) 553 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:22.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:22.265 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:22.673 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:21.795400+0000 mgr.smithi005.opddmj (mgr.14182) 554 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:21.795400+0000 mgr.smithi005.opddmj (mgr.14182) 554 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:23.673 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:24.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:22.259094+0000 mgr.smithi005.opddmj (mgr.14182) 555 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:22.259094+0000 mgr.smithi005.opddmj (mgr.14182) 555 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:25.198 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:25.199 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:25.368 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:23.796062+0000 mgr.smithi005.opddmj (mgr.14182) 556 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:25.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:23.796062+0000 mgr.smithi005.opddmj (mgr.14182) 556 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:25.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:26.607 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:27.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:25.193187+0000 mgr.smithi005.opddmj (mgr.14182) 557 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:27.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:25.796688+0000 mgr.smithi005.opddmj (mgr.14182) 558 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:25.193187+0000 mgr.smithi005.opddmj (mgr.14182) 557 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:25.796688+0000 mgr.smithi005.opddmj (mgr.14182) 558 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:28.086 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:28.086 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:28.472 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:27.797287+0000 mgr.smithi005.opddmj (mgr.14182) 559 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:28.080298+0000 mgr.smithi005.opddmj (mgr.14182) 560 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:29.473 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:29.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:27.797287+0000 mgr.smithi005.opddmj (mgr.14182) 559 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:29.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:28.080298+0000 mgr.smithi005.opddmj (mgr.14182) 560 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:30.993 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:30.993 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:31.429 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:29.797910+0000 mgr.smithi005.opddmj (mgr.14182) 561 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:31.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:31.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:29.797910+0000 mgr.smithi005.opddmj (mgr.14182) 561 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:32.455 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:32.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:30.986777+0000 mgr.smithi005.opddmj (mgr.14182) 562 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:32.491 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:30.986777+0000 mgr.smithi005.opddmj (mgr.14182) 562 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:33.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:31.798472+0000 mgr.smithi005.opddmj (mgr.14182) 563 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:31.798472+0000 mgr.smithi005.opddmj (mgr.14182) 563 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:33.950 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:33.950 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:34.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:35.322 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:35.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:33.799001+0000 mgr.smithi005.opddmj (mgr.14182) 564 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:35.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:33.944627+0000 mgr.smithi005.opddmj (mgr.14182) 565 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:35.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:33.799001+0000 mgr.smithi005.opddmj (mgr.14182) 564 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:33.944627+0000 mgr.smithi005.opddmj (mgr.14182) 565 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:36.911 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:36.911 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:35.799622+0000 mgr.smithi005.opddmj (mgr.14182) 566 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:37.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:35.799622+0000 mgr.smithi005.opddmj (mgr.14182) 566 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:38.297 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:38.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:36.905969+0000 mgr.smithi005.opddmj (mgr.14182) 567 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:38.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:36.905969+0000 mgr.smithi005.opddmj (mgr.14182) 567 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:39.414 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:37.800300+0000 mgr.smithi005.opddmj (mgr.14182) 568 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:37.800300+0000 mgr.smithi005.opddmj (mgr.14182) 568 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:39.815 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:39.815 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:40.196 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:41.197 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:39.800721+0000 mgr.smithi005.opddmj (mgr.14182) 569 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:39.809402+0000 mgr.smithi005.opddmj (mgr.14182) 570 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:39.800721+0000 mgr.smithi005.opddmj (mgr.14182) 569 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:39.809402+0000 mgr.smithi005.opddmj (mgr.14182) 570 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:42.660 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:42.660 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:43.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:41.801287+0000 mgr.smithi005.opddmj (mgr.14182) 571 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:43.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:41.801287+0000 mgr.smithi005.opddmj (mgr.14182) 571 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:44.104 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:44.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:42.654041+0000 mgr.smithi005.opddmj (mgr.14182) 572 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:44.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:42.654041+0000 mgr.smithi005.opddmj (mgr.14182) 572 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:43.802055+0000 mgr.smithi005.opddmj (mgr.14182) 573 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:43.802055+0000 mgr.smithi005.opddmj (mgr.14182) 573 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:45.798 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:45.798 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:46.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:47.262 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:45.792509+0000 mgr.smithi005.opddmj (mgr.14182) 574 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:45.802484+0000 mgr.smithi005.opddmj (mgr.14182) 575 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:45.792509+0000 mgr.smithi005.opddmj (mgr.14182) 574 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:45.802484+0000 mgr.smithi005.opddmj (mgr.14182) 575 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:48.674 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:48.674 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:49.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:47.803143+0000 mgr.smithi005.opddmj (mgr.14182) 576 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:47.803143+0000 mgr.smithi005.opddmj (mgr.14182) 576 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:50.071 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:50.431 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:48.667929+0000 mgr.smithi005.opddmj (mgr.14182) 577 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:50.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:48.667929+0000 mgr.smithi005.opddmj (mgr.14182) 577 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:49.803853+0000 mgr.smithi005.opddmj (mgr.14182) 578 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:51.484 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:51.484 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:51.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:49.803853+0000 mgr.smithi005.opddmj (mgr.14182) 578 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:51.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:52.879 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:53.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:51.478718+0000 mgr.smithi005.opddmj (mgr.14182) 579 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:53.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:51.804449+0000 mgr.smithi005.opddmj (mgr.14182) 580 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:51.478718+0000 mgr.smithi005.opddmj (mgr.14182) 579 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:51.804449+0000 mgr.smithi005.opddmj (mgr.14182) 580 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:54.414 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:54.414 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:54.795 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:53.805033+0000 mgr.smithi005.opddmj (mgr.14182) 581 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:55.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:53.805033+0000 mgr.smithi005.opddmj (mgr.14182) 581 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:55.796 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:56.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:54.409111+0000 mgr.smithi005.opddmj (mgr.14182) 582 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:56.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:54.409111+0000 mgr.smithi005.opddmj (mgr.14182) 582 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:55.805540+0000 mgr.smithi005.opddmj (mgr.14182) 583 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:55.805540+0000 mgr.smithi005.opddmj (mgr.14182) 583 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:57.506 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:13:57.507 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:13:57.930 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:13:58.931 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:13:59.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:13:57.501491+0000 mgr.smithi005.opddmj (mgr.14182) 584 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:59.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:13:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:57.806390+0000 mgr.smithi005.opddmj (mgr.14182) 585 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:13:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:13:57.501491+0000 mgr.smithi005.opddmj (mgr.14182) 584 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:13:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:13:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:57.806390+0000 mgr.smithi005.opddmj (mgr.14182) 585 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:00.532 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:00.532 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:00.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:13:59.807025+0000 mgr.smithi005.opddmj (mgr.14182) 586 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:01.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:13:59.807025+0000 mgr.smithi005.opddmj (mgr.14182) 586 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:01.913 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:02.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:00.525468+0000 mgr.smithi005.opddmj (mgr.14182) 587 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:02.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:00.525468+0000 mgr.smithi005.opddmj (mgr.14182) 587 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:03.459 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:03.459 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:03.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:01.807553+0000 mgr.smithi005.opddmj (mgr.14182) 588 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:03.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:01.807553+0000 mgr.smithi005.opddmj (mgr.14182) 588 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:03.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:04.860 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:05.461 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:03.453588+0000 mgr.smithi005.opddmj (mgr.14182) 589 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:05.461 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:03.808272+0000 mgr.smithi005.opddmj (mgr.14182) 590 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:03.453588+0000 mgr.smithi005.opddmj (mgr.14182) 589 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:03.808272+0000 mgr.smithi005.opddmj (mgr.14182) 590 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:06.492 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:06.492 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.045805Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:06.900 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:07.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:05.808826+0000 mgr.smithi005.opddmj (mgr.14182) 591 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:07.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:05.808826+0000 mgr.smithi005.opddmj (mgr.14182) 591 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:07.901 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:08.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:06.485672+0000 mgr.smithi005.opddmj (mgr.14182) 592 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:08.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:06.485672+0000 mgr.smithi005.opddmj (mgr.14182) 592 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:07.809430+0000 mgr.smithi005.opddmj (mgr.14182) 593 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:09.003627+0000 mon.smithi005 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.rduduq"}]: dispatch 2024-02-20T00:14:09.340 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:09.340 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:07.809430+0000 mgr.smithi005.opddmj (mgr.14182) 593 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:09.003627+0000 mon.smithi005 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.rduduq"}]: dispatch 2024-02-20T00:14:09.717 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:14:09.003014+0000 mgr.smithi005.opddmj (mgr.14182) 594 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:14:10.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.468 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:14:09.003224+0000 mgr.smithi005.opddmj (mgr.14182) 595 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:14:09.004493+0000 mgr.smithi005.opddmj (mgr.14182) 596 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.469 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:14:09.007575+0000 mgr.smithi005.opddmj (mgr.14182) 597 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.ubglaq on smithi005 2024-02-20T00:14:10.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:14:09.003014+0000 mgr.smithi005.opddmj (mgr.14182) 594 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:14:09.003224+0000 mgr.smithi005.opddmj (mgr.14182) 595 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:14:09.004493+0000 mgr.smithi005.opddmj (mgr.14182) 596 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.rduduq ... 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:12:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:13:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:14:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:14:09.007575+0000 mgr.smithi005.opddmj (mgr.14182) 597 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.ubglaq on smithi005 2024-02-20T00:14:10.718 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:11.420 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:09.332832+0000 mgr.smithi005.opddmj (mgr.14182) 598 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:11.420 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:09.810021+0000 mgr.smithi005.opddmj (mgr.14182) 599 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:09.332832+0000 mgr.smithi005.opddmj (mgr.14182) 598 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:09.810021+0000 mgr.smithi005.opddmj (mgr.14182) 599 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:12.188 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:12.189 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:12.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:11.810600+0000 mgr.smithi005.opddmj (mgr.14182) 600 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:12.183027+0000 mgr.smithi005.opddmj (mgr.14182) 601 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:13.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:11.810600+0000 mgr.smithi005.opddmj (mgr.14182) 600 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:13.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:12.183027+0000 mgr.smithi005.opddmj (mgr.14182) 601 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:13.576 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:15.055 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:15.056 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:15.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:13.811241+0000 mgr.smithi005.opddmj (mgr.14182) 602 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:15.457 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:13.811241+0000 mgr.smithi005.opddmj (mgr.14182) 602 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:16.458 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:16.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:15.049723+0000 mgr.smithi005.opddmj (mgr.14182) 603 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:16.493 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:15.049723+0000 mgr.smithi005.opddmj (mgr.14182) 603 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:17.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:15.811790+0000 mgr.smithi005.opddmj (mgr.14182) 604 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:15.811790+0000 mgr.smithi005.opddmj (mgr.14182) 604 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:18.006 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:18.006 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:18.414 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:17.812354+0000 mgr.smithi005.opddmj (mgr.14182) 605 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:18.414 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:18.000241+0000 mgr.smithi005.opddmj (mgr.14182) 606 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:18.456 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:17.812354+0000 mgr.smithi005.opddmj (mgr.14182) 605 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:18.000241+0000 mgr.smithi005.opddmj (mgr.14182) 606 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:19.457 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:20.918 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:20.918 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:19.813287+0000 mgr.smithi005.opddmj (mgr.14182) 607 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:21.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:19.813287+0000 mgr.smithi005.opddmj (mgr.14182) 607 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:21.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:20.912595+0000 mgr.smithi005.opddmj (mgr.14182) 608 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:20.912595+0000 mgr.smithi005.opddmj (mgr.14182) 608 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:22.333 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:23.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:21.813943+0000 mgr.smithi005.opddmj (mgr.14182) 609 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:21.813943+0000 mgr.smithi005.opddmj (mgr.14182) 609 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:23.813 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:23.813 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:24.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:25.198 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:23.806398+0000 mgr.smithi005.opddmj (mgr.14182) 610 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:23.814618+0000 mgr.smithi005.opddmj (mgr.14182) 611 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:25.232 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:23.806398+0000 mgr.smithi005.opddmj (mgr.14182) 610 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:25.232 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:23.814618+0000 mgr.smithi005.opddmj (mgr.14182) 611 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:26.743 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:26.743 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:27.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:25.815273+0000 mgr.smithi005.opddmj (mgr.14182) 612 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:27.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:25.815273+0000 mgr.smithi005.opddmj (mgr.14182) 612 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:28.131 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:28.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:26.736969+0000 mgr.smithi005.opddmj (mgr.14182) 613 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:26.736969+0000 mgr.smithi005.opddmj (mgr.14182) 613 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:27.816052+0000 mgr.smithi005.opddmj (mgr.14182) 614 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:27.816052+0000 mgr.smithi005.opddmj (mgr.14182) 614 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:29.688 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:29.688 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:30.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:31.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:29.681193+0000 mgr.smithi005.opddmj (mgr.14182) 615 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:29.816509+0000 mgr.smithi005.opddmj (mgr.14182) 616 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:29.681193+0000 mgr.smithi005.opddmj (mgr.14182) 615 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:29.816509+0000 mgr.smithi005.opddmj (mgr.14182) 616 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:32.585 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:32.585 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:32.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:33.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:31.817272+0000 mgr.smithi005.opddmj (mgr.14182) 617 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:33.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:31.817272+0000 mgr.smithi005.opddmj (mgr.14182) 617 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:33.973 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:32.578874+0000 mgr.smithi005.opddmj (mgr.14182) 618 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:34.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:32.578874+0000 mgr.smithi005.opddmj (mgr.14182) 618 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:35.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:33.817983+0000 mgr.smithi005.opddmj (mgr.14182) 619 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:33.817983+0000 mgr.smithi005.opddmj (mgr.14182) 619 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:35.532 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:35.532 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:35.914 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:36.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:35.526903+0000 mgr.smithi005.opddmj (mgr.14182) 620 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:35.818505+0000 mgr.smithi005.opddmj (mgr.14182) 621 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:35.526903+0000 mgr.smithi005.opddmj (mgr.14182) 620 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:35.818505+0000 mgr.smithi005.opddmj (mgr.14182) 621 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:38.391 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:38.391 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:38.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:37.819173+0000 mgr.smithi005.opddmj (mgr.14182) 622 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:39.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:37.819173+0000 mgr.smithi005.opddmj (mgr.14182) 622 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:39.859 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:38.385156+0000 mgr.smithi005.opddmj (mgr.14182) 623 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:40.233 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:38.385156+0000 mgr.smithi005.opddmj (mgr.14182) 623 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:41.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:39.819704+0000 mgr.smithi005.opddmj (mgr.14182) 624 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:41.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:39.819704+0000 mgr.smithi005.opddmj (mgr.14182) 624 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:41.333 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:41.333 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:41.745 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:42.745 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:43.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:41.327671+0000 mgr.smithi005.opddmj (mgr.14182) 625 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:43.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:41.820337+0000 mgr.smithi005.opddmj (mgr.14182) 626 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:41.327671+0000 mgr.smithi005.opddmj (mgr.14182) 625 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:41.820337+0000 mgr.smithi005.opddmj (mgr.14182) 626 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:44.299 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:44.300 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:44.688 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:43.820965+0000 mgr.smithi005.opddmj (mgr.14182) 627 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:45.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:43.820965+0000 mgr.smithi005.opddmj (mgr.14182) 627 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:45.688 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:44.293964+0000 mgr.smithi005.opddmj (mgr.14182) 628 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:46.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:44.293964+0000 mgr.smithi005.opddmj (mgr.14182) 628 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:45.821457+0000 mgr.smithi005.opddmj (mgr.14182) 629 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:47.222 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:47.222 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:47.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:45.821457+0000 mgr.smithi005.opddmj (mgr.14182) 629 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:47.611 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:48.612 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:47.215765+0000 mgr.smithi005.opddmj (mgr.14182) 630 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:47.822132+0000 mgr.smithi005.opddmj (mgr.14182) 631 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:47.215765+0000 mgr.smithi005.opddmj (mgr.14182) 630 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:47.822132+0000 mgr.smithi005.opddmj (mgr.14182) 631 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:50.199 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:50.199 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:50.586 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:51.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:49.822597+0000 mgr.smithi005.opddmj (mgr.14182) 632 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:51.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:49.822597+0000 mgr.smithi005.opddmj (mgr.14182) 632 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:51.588 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:50.192939+0000 mgr.smithi005.opddmj (mgr.14182) 633 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:52.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:50.192939+0000 mgr.smithi005.opddmj (mgr.14182) 633 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:53.054 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:53.055 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:53.204 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:51.823128+0000 mgr.smithi005.opddmj (mgr.14182) 634 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:53.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:51.823128+0000 mgr.smithi005.opddmj (mgr.14182) 634 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:53.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:53.049135+0000 mgr.smithi005.opddmj (mgr.14182) 635 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:54.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:53.049135+0000 mgr.smithi005.opddmj (mgr.14182) 635 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:54.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:55.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:53.823729+0000 mgr.smithi005.opddmj (mgr.14182) 636 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:53.823729+0000 mgr.smithi005.opddmj (mgr.14182) 636 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:55.963 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:55.963 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:56.351 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:55.824259+0000 mgr.smithi005.opddmj (mgr.14182) 637 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:55.956666+0000 mgr.smithi005.opddmj (mgr.14182) 638 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:57.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:55.824259+0000 mgr.smithi005.opddmj (mgr.14182) 637 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:57.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:55.956666+0000 mgr.smithi005.opddmj (mgr.14182) 638 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:14:57.351 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:14:58.854 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:14:58.855 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:14:59.183 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:57.825114+0000 mgr.smithi005.opddmj (mgr.14182) 639 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:14:59.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:14:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:57.825114+0000 mgr.smithi005.opddmj (mgr.14182) 639 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:00.235 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:00.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:14:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:14:58.849267+0000 mgr.smithi005.opddmj (mgr.14182) 640 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:00.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:14:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:14:58.849267+0000 mgr.smithi005.opddmj (mgr.14182) 640 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:01.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:14:59.825691+0000 mgr.smithi005.opddmj (mgr.14182) 641 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:14:59.825691+0000 mgr.smithi005.opddmj (mgr.14182) 641 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:01.744 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:01.778 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:02.132 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:03.133 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:01.738763+0000 mgr.smithi005.opddmj (mgr.14182) 642 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:01.826240+0000 mgr.smithi005.opddmj (mgr.14182) 643 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:01.738763+0000 mgr.smithi005.opddmj (mgr.14182) 642 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:03.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:01.826240+0000 mgr.smithi005.opddmj (mgr.14182) 643 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:04.692 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:04.692 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:05.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:05.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:03.826950+0000 mgr.smithi005.opddmj (mgr.14182) 644 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:03.826950+0000 mgr.smithi005.opddmj (mgr.14182) 644 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:06.092 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:06.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:04.686169+0000 mgr.smithi005.opddmj (mgr.14182) 645 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:06.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:04.686169+0000 mgr.smithi005.opddmj (mgr.14182) 645 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:07.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:05.827601+0000 mgr.smithi005.opddmj (mgr.14182) 646 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:07.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:05.827601+0000 mgr.smithi005.opddmj (mgr.14182) 646 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:07.593 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:07.593 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:07.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:08.993 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:07.586677+0000 mgr.smithi005.opddmj (mgr.14182) 647 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:07.828329+0000 mgr.smithi005.opddmj (mgr.14182) 648 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:07.586677+0000 mgr.smithi005.opddmj (mgr.14182) 647 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:07.828329+0000 mgr.smithi005.opddmj (mgr.14182) 648 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:10.517 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:10.518 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:10.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:11.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:09.829001+0000 mgr.smithi005.opddmj (mgr.14182) 649 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:09.829001+0000 mgr.smithi005.opddmj (mgr.14182) 649 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:11.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:12.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:10.511470+0000 mgr.smithi005.opddmj (mgr.14182) 650 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:10.511470+0000 mgr.smithi005.opddmj (mgr.14182) 650 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:13.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:11.829609+0000 mgr.smithi005.opddmj (mgr.14182) 651 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:13.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:13.420 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:13.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:11.829609+0000 mgr.smithi005.opddmj (mgr.14182) 651 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:13.816 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:14.818 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:15.203 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:13.414481+0000 mgr.smithi005.opddmj (mgr.14182) 652 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:15.203 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:13.830258+0000 mgr.smithi005.opddmj (mgr.14182) 653 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:13.414481+0000 mgr.smithi005.opddmj (mgr.14182) 652 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:13.830258+0000 mgr.smithi005.opddmj (mgr.14182) 653 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:16.295 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:16.296 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:16.664 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:17.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:15.830893+0000 mgr.smithi005.opddmj (mgr.14182) 654 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:15.830893+0000 mgr.smithi005.opddmj (mgr.14182) 654 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:17.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:18.388 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:16.290194+0000 mgr.smithi005.opddmj (mgr.14182) 655 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:16.290194+0000 mgr.smithi005.opddmj (mgr.14182) 655 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:19.296 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:19.297 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:19.322 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:17.831492+0000 mgr.smithi005.opddmj (mgr.14182) 656 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:17.831492+0000 mgr.smithi005.opddmj (mgr.14182) 656 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:19.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:20.839 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:21.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:19.290761+0000 mgr.smithi005.opddmj (mgr.14182) 657 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:21.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:19.832022+0000 mgr.smithi005.opddmj (mgr.14182) 658 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:19.290761+0000 mgr.smithi005.opddmj (mgr.14182) 657 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:19.832022+0000 mgr.smithi005.opddmj (mgr.14182) 658 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:22.306 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:22.306 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:22.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:21.832775+0000 mgr.smithi005.opddmj (mgr.14182) 659 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:21.832775+0000 mgr.smithi005.opddmj (mgr.14182) 659 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:23.680 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:24.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:22.300275+0000 mgr.smithi005.opddmj (mgr.14182) 660 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:22.300275+0000 mgr.smithi005.opddmj (mgr.14182) 660 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:25.185 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:25.186 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:25.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:23.833321+0000 mgr.smithi005.opddmj (mgr.14182) 661 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:23.833321+0000 mgr.smithi005.opddmj (mgr.14182) 661 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:25.529 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:26.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:25.179424+0000 mgr.smithi005.opddmj (mgr.14182) 662 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:26.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:25.179424+0000 mgr.smithi005.opddmj (mgr.14182) 662 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:26.530 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:27.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:25.833993+0000 mgr.smithi005.opddmj (mgr.14182) 663 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:25.833993+0000 mgr.smithi005.opddmj (mgr.14182) 663 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:27.999 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:28.000 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:28.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:29.423 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:29.458 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:27.834585+0000 mgr.smithi005.opddmj (mgr.14182) 664 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:29.458 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:27.993107+0000 mgr.smithi005.opddmj (mgr.14182) 665 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:29.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:27.834585+0000 mgr.smithi005.opddmj (mgr.14182) 664 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:27.993107+0000 mgr.smithi005.opddmj (mgr.14182) 665 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:30.889 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:30.889 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:29.835073+0000 mgr.smithi005.opddmj (mgr.14182) 666 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:31.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:29.835073+0000 mgr.smithi005.opddmj (mgr.14182) 666 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:32.322 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:32.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:30.883632+0000 mgr.smithi005.opddmj (mgr.14182) 667 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:32.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:30.883632+0000 mgr.smithi005.opddmj (mgr.14182) 667 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:33.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:31.835814+0000 mgr.smithi005.opddmj (mgr.14182) 668 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:31.835814+0000 mgr.smithi005.opddmj (mgr.14182) 668 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:33.834 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:33.834 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:34.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:35.264 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:33.828258+0000 mgr.smithi005.opddmj (mgr.14182) 669 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:33.836316+0000 mgr.smithi005.opddmj (mgr.14182) 670 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:35.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:33.828258+0000 mgr.smithi005.opddmj (mgr.14182) 669 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:35.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:33.836316+0000 mgr.smithi005.opddmj (mgr.14182) 670 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:36.774 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:36.774 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:37.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:35.836985+0000 mgr.smithi005.opddmj (mgr.14182) 671 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:35.836985+0000 mgr.smithi005.opddmj (mgr.14182) 671 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:38.194 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:38.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:36.767834+0000 mgr.smithi005.opddmj (mgr.14182) 672 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:38.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:36.767834+0000 mgr.smithi005.opddmj (mgr.14182) 672 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:39.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:37.837731+0000 mgr.smithi005.opddmj (mgr.14182) 673 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:39.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:37.837731+0000 mgr.smithi005.opddmj (mgr.14182) 673 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:39.723 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:39.724 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:40.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:41.129 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:39.717898+0000 mgr.smithi005.opddmj (mgr.14182) 674 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:39.838442+0000 mgr.smithi005.opddmj (mgr.14182) 675 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:39.717898+0000 mgr.smithi005.opddmj (mgr.14182) 674 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:39.838442+0000 mgr.smithi005.opddmj (mgr.14182) 675 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:42.689 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:42.690 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:43.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:41.839137+0000 mgr.smithi005.opddmj (mgr.14182) 676 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:43.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:41.839137+0000 mgr.smithi005.opddmj (mgr.14182) 676 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:44.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:44.457 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:42.683485+0000 mgr.smithi005.opddmj (mgr.14182) 677 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:44.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:42.683485+0000 mgr.smithi005.opddmj (mgr.14182) 677 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:43.839951+0000 mgr.smithi005.opddmj (mgr.14182) 678 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:43.839951+0000 mgr.smithi005.opddmj (mgr.14182) 678 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:45.599 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:45.599 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:45.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:46.987 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:47.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:45.592879+0000 mgr.smithi005.opddmj (mgr.14182) 679 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:47.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:45.840619+0000 mgr.smithi005.opddmj (mgr.14182) 680 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:45.592879+0000 mgr.smithi005.opddmj (mgr.14182) 679 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:45.840619+0000 mgr.smithi005.opddmj (mgr.14182) 680 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:48.517 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:48.518 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:48.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:47.841441+0000 mgr.smithi005.opddmj (mgr.14182) 681 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:47.841441+0000 mgr.smithi005.opddmj (mgr.14182) 681 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:49.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:50.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:48.512082+0000 mgr.smithi005.opddmj (mgr.14182) 682 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:50.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:48.512082+0000 mgr.smithi005.opddmj (mgr.14182) 682 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:51.409 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:51.410 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:51.433 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:49.842136+0000 mgr.smithi005.opddmj (mgr.14182) 683 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:49.842136+0000 mgr.smithi005.opddmj (mgr.14182) 683 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:51.784 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:52.785 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:53.415 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:51.404050+0000 mgr.smithi005.opddmj (mgr.14182) 684 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:53.415 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:51.842903+0000 mgr.smithi005.opddmj (mgr.14182) 685 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:51.404050+0000 mgr.smithi005.opddmj (mgr.14182) 684 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:51.842903+0000 mgr.smithi005.opddmj (mgr.14182) 685 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:54.329 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:54.330 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:54.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:53.843473+0000 mgr.smithi005.opddmj (mgr.14182) 686 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:55.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:53.843473+0000 mgr.smithi005.opddmj (mgr.14182) 686 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:15:55.729 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:56.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:54.323679+0000 mgr.smithi005.opddmj (mgr.14182) 687 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:56.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:54.323679+0000 mgr.smithi005.opddmj (mgr.14182) 687 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:57.196 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:15:57.197 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:15:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:55.843960+0000 mgr.smithi005.opddmj (mgr.14182) 688 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-20T00:15:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:55.843960+0000 mgr.smithi005.opddmj (mgr.14182) 688 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-20T00:15:57.583 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:15:58.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:15:57.190574+0000 mgr.smithi005.opddmj (mgr.14182) 689 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:58.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:15:57.190574+0000 mgr.smithi005.opddmj (mgr.14182) 689 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:15:58.584 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:15:59.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:15:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:57.844689+0000 mgr.smithi005.opddmj (mgr.14182) 690 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 170 op/s 2024-02-20T00:15:59.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:15:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:57.844689+0000 mgr.smithi005.opddmj (mgr.14182) 690 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 170 op/s 2024-02-20T00:16:00.107 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:00.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:00.500 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:15:59.845177+0000 mgr.smithi005.opddmj (mgr.14182) 691 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:00.101399+0000 mgr.smithi005.opddmj (mgr.14182) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:01.501 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:01.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:15:59.845177+0000 mgr.smithi005.opddmj (mgr.14182) 691 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:01.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:00.101399+0000 mgr.smithi005.opddmj (mgr.14182) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:03.054 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:03.054 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:03.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:01.845829+0000 mgr.smithi005.opddmj (mgr.14182) 693 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:03.442 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:03.465 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:01.845829+0000 mgr.smithi005.opddmj (mgr.14182) 693 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:04.442 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:04.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:03.047605+0000 mgr.smithi005.opddmj (mgr.14182) 694 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:04.477 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:03.047605+0000 mgr.smithi005.opddmj (mgr.14182) 694 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:05.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:03.846620+0000 mgr.smithi005.opddmj (mgr.14182) 695 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:05.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:03.846620+0000 mgr.smithi005.opddmj (mgr.14182) 695 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:05.958 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:05.958 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:06.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:07.351 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:07.386 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:05.847102+0000 mgr.smithi005.opddmj (mgr.14182) 696 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:07.386 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:05.952720+0000 mgr.smithi005.opddmj (mgr.14182) 697 : audit [DBG] from='client.25191 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:07.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:05.847102+0000 mgr.smithi005.opddmj (mgr.14182) 696 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-20T00:16:07.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:05.952720+0000 mgr.smithi005.opddmj (mgr.14182) 697 : audit [DBG] from='client.25191 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:08.906 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:08.907 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:09.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:07.847825+0000 mgr.smithi005.opddmj (mgr.14182) 698 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2024-02-20T00:16:09.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:09.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:07.847825+0000 mgr.smithi005.opddmj (mgr.14182) 698 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2024-02-20T00:16:10.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:10.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:08.900972+0000 mgr.smithi005.opddmj (mgr.14182) 699 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:10.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:08.900972+0000 mgr.smithi005.opddmj (mgr.14182) 699 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:11.438 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:09.848373+0000 mgr.smithi005.opddmj (mgr.14182) 700 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-20T00:16:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:09.848373+0000 mgr.smithi005.opddmj (mgr.14182) 700 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-20T00:16:11.864 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:11.865 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:12.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:13.234 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:11.848887+0000 mgr.smithi005.opddmj (mgr.14182) 701 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:11.858948+0000 mgr.smithi005.opddmj (mgr.14182) 702 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:13.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:11.848887+0000 mgr.smithi005.opddmj (mgr.14182) 701 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:13.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:11.858948+0000 mgr.smithi005.opddmj (mgr.14182) 702 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:14.741 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:14.741 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:15.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:15.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:13.849657+0000 mgr.smithi005.opddmj (mgr.14182) 703 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:15.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:13.849657+0000 mgr.smithi005.opddmj (mgr.14182) 703 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:16.125 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:16.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:14.736005+0000 mgr.smithi005.opddmj (mgr.14182) 704 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:16.493 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:14.736005+0000 mgr.smithi005.opddmj (mgr.14182) 704 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:17.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:15.850175+0000 mgr.smithi005.opddmj (mgr.14182) 705 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:17.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:15.850175+0000 mgr.smithi005.opddmj (mgr.14182) 705 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:17.642 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:17.642 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:18.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:19.049 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:19.418 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:17.636642+0000 mgr.smithi005.opddmj (mgr.14182) 706 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:19.418 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:17.850997+0000 mgr.smithi005.opddmj (mgr.14182) 707 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:17.636642+0000 mgr.smithi005.opddmj (mgr.14182) 706 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:17.850997+0000 mgr.smithi005.opddmj (mgr.14182) 707 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:20.524 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:20.524 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:20.913 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:19.851609+0000 mgr.smithi005.opddmj (mgr.14182) 708 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:21.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:19.851609+0000 mgr.smithi005.opddmj (mgr.14182) 708 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:21.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:20.518452+0000 mgr.smithi005.opddmj (mgr.14182) 709 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:22.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:20.518452+0000 mgr.smithi005.opddmj (mgr.14182) 709 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:23.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:23.449 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:21.852344+0000 mgr.smithi005.opddmj (mgr.14182) 710 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:23.476 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:21.852344+0000 mgr.smithi005.opddmj (mgr.14182) 710 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:23.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:24.848 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:23.443013+0000 mgr.smithi005.opddmj (mgr.14182) 711 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:23.853138+0000 mgr.smithi005.opddmj (mgr.14182) 712 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:25.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:23.443013+0000 mgr.smithi005.opddmj (mgr.14182) 711 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:25.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:23.853138+0000 mgr.smithi005.opddmj (mgr.14182) 712 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:26.358 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:26.358 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:26.746 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:25.853894+0000 mgr.smithi005.opddmj (mgr.14182) 713 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:27.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:25.853894+0000 mgr.smithi005.opddmj (mgr.14182) 713 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:27.747 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:28.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:26.351774+0000 mgr.smithi005.opddmj (mgr.14182) 714 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:28.482 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:26.351774+0000 mgr.smithi005.opddmj (mgr.14182) 714 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:29.249 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:27.854461+0000 mgr.smithi005.opddmj (mgr.14182) 715 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:29.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:27.854461+0000 mgr.smithi005.opddmj (mgr.14182) 715 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:29.638 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:30.639 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:31.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:29.243533+0000 mgr.smithi005.opddmj (mgr.14182) 716 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:31.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:29.855013+0000 mgr.smithi005.opddmj (mgr.14182) 717 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:29.243533+0000 mgr.smithi005.opddmj (mgr.14182) 716 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:29.855013+0000 mgr.smithi005.opddmj (mgr.14182) 717 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:32.193 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:32.193 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:32.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:31.855599+0000 mgr.smithi005.opddmj (mgr.14182) 718 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:32.187329+0000 mgr.smithi005.opddmj (mgr.14182) 719 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:33.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:31.855599+0000 mgr.smithi005.opddmj (mgr.14182) 718 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:33.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:32.187329+0000 mgr.smithi005.opddmj (mgr.14182) 719 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:33.753 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:35.267 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:35.267 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:33.856186+0000 mgr.smithi005.opddmj (mgr.14182) 720 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:35.473 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:33.856186+0000 mgr.smithi005.opddmj (mgr.14182) 720 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:35.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:36.696 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:37.457 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:35.260543+0000 mgr.smithi005.opddmj (mgr.14182) 721 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:37.458 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:35.856878+0000 mgr.smithi005.opddmj (mgr.14182) 722 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:35.260543+0000 mgr.smithi005.opddmj (mgr.14182) 721 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:35.856878+0000 mgr.smithi005.opddmj (mgr.14182) 722 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:38.218 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:38.218 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:08:35.547463Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.prgwdu on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-prgwdu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.prgwdu\nDeploy daemon haproxy.rgw.foo.smithi032.prgwdu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:06:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.088682Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.bopbca on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-bopbca\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.bopbca\nDeploy daemon haproxy.rgw.foo.smithi005.bopbca ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:09:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:10:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:11:35.095617Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.zbsuju on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:38.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:37.857499+0000 mgr.smithi005.opddmj (mgr.14182) 723 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:39.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:37.857499+0000 mgr.smithi005.opddmj (mgr.14182) 723 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:39.621 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:40.422 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:38.211917+0000 mgr.smithi005.opddmj (mgr.14182) 724 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:40.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:38.211917+0000 mgr.smithi005.opddmj (mgr.14182) 724 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:41.216 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:41.217 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:36.679547Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:36.679713Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:36.679817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:36.679894Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:36.679968Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:36.680258Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:39.857933+0000 mgr.smithi005.opddmj (mgr.14182) 725 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:40.752872+0000 mon.smithi005 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.ubglaq"}]: dispatch 2024-02-20T00:16:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:40.763123+0000 mon.smithi005 (mon.0) 649 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:16:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:41.032220+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:41.046109+0000 mon.smithi005 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:39.857933+0000 mgr.smithi005.opddmj (mgr.14182) 725 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:40.752872+0000 mon.smithi005 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.ubglaq"}]: dispatch 2024-02-20T00:16:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:40.763123+0000 mon.smithi005 (mon.0) 649 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:16:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:41.032220+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:41.046109+0000 mon.smithi005 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:41.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:40.752273+0000 mgr.smithi005.opddmj (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:40.752477+0000 mgr.smithi005.opddmj (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:40.753604+0000 mgr.smithi005.opddmj (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:40.755215+0000 mgr.smithi005.opddmj (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:40.756431+0000 mgr.smithi005.opddmj (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:40.757641+0000 mgr.smithi005.opddmj (mgr.14182) 731 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:42.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:41.208969+0000 mon.smithi005 (mon.0) 652 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:16:42.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:41.210177+0000 mgr.smithi005.opddmj (mgr.14182) 732 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:40.752273+0000 mgr.smithi005.opddmj (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:40.752477+0000 mgr.smithi005.opddmj (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:40.753604+0000 mgr.smithi005.opddmj (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq 2024-02-20T00:16:42.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.ubglaq ... 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:14:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:15:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:16:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:16:42.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:16:42.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:40.755215+0000 mgr.smithi005.opddmj (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:16:42.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:40.756431+0000 mgr.smithi005.opddmj (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:16:42.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:40.757641+0000 mgr.smithi005.opddmj (mgr.14182) 731 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:42.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:41.208969+0000 mon.smithi005 (mon.0) 652 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:16:42.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:41.210177+0000 mgr.smithi005.opddmj (mgr.14182) 732 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:42.779 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:42.711306+0000 mon.smithi005 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:42.758377+0000 mgr.smithi005.opddmj (mgr.14182) 733 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:43.016814+0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:43.017678+0000 mon.smithi005 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:43.018486+0000 mon.smithi005 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:43.019419+0000 mon.smithi005 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:43.020154+0000 mgr.smithi005.opddmj (mgr.14182) 734 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3479M 2024-02-20T00:16:44.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:43.024917+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:42.711306+0000 mon.smithi005 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:42.758377+0000 mgr.smithi005.opddmj (mgr.14182) 733 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:43.016814+0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:43.017678+0000 mon.smithi005 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:43.018486+0000 mon.smithi005 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:43.019419+0000 mon.smithi005 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:43.020154+0000 mgr.smithi005.opddmj (mgr.14182) 734 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3479M 2024-02-20T00:16:44.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:43.024917+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:44.593 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:44.593 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:11:39.118400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:11:39.118477Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:11:39.118554Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:11:39.118315Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:11:39.118151Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:11:39.118628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:11:39.118795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:11:39.118702Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:11:39.119092Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:44.979 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:44.253595+0000 mon.smithi005 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:44.535849+0000 mon.smithi005 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:44.587198+0000 mgr.smithi005.opddmj (mgr.14182) 735 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:45.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:44.759066+0000 mgr.smithi005.opddmj (mgr.14182) 736 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.076084+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:44.253595+0000 mon.smithi005 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:44.535849+0000 mon.smithi005 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:44.587198+0000 mgr.smithi005.opddmj (mgr.14182) 735 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:44.759066+0000 mgr.smithi005.opddmj (mgr.14182) 736 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:45.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.076084+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:45.980 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.402294+0000 mon.smithi005 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.403099+0000 mon.smithi005 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.403739+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.404370+0000 mon.smithi005 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:45.404888+0000 mgr.smithi005.opddmj (mgr.14182) 737 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 2711M 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.408682+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.410483+0000 mon.smithi005 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.411202+0000 mon.smithi005 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:16:46.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:45.414686+0000 mgr.smithi005.opddmj (mgr.14182) 738 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:16:46.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.592069+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:46.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:45.592689+0000 mgr.smithi005.opddmj (mgr.14182) 739 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:46.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:45.597622+0000 mon.smithi005 (mon.0) 670 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:16:46.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:16:45.604404+0000 mgr.smithi005.opddmj (mgr.14182) 740 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.abmfru on smithi032 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.402294+0000 mon.smithi005 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.403099+0000 mon.smithi005 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.403739+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.404370+0000 mon.smithi005 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:45.404888+0000 mgr.smithi005.opddmj (mgr.14182) 737 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 2711M 2024-02-20T00:16:46.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.408682+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.410483+0000 mon.smithi005 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.411202+0000 mon.smithi005 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:45.414686+0000 mgr.smithi005.opddmj (mgr.14182) 738 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.592069+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:45.592689+0000 mgr.smithi005.opddmj (mgr.14182) 739 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:45.597622+0000 mon.smithi005 (mon.0) 670 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:16:46.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:16:45.604404+0000 mgr.smithi005.opddmj (mgr.14182) 740 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.abmfru on smithi032 2024-02-20T00:16:47.490 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:47.490 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:46.590130+0000 mon.smithi005 (mon.0) 671 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:16:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:46.590170+0000 mon.smithi005 (mon.0) 672 : cluster [INF] Cluster is now healthy 2024-02-20T00:16:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:46.590130+0000 mon.smithi005 (mon.0) 671 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:16:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:46.590170+0000 mon.smithi005 (mon.0) 672 : cluster [INF] Cluster is now healthy 2024-02-20T00:16:47.884 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:48.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:47.483353+0000 mgr.smithi005.opddmj (mgr.14182) 741 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:48.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:47.593605+0000 mgr.smithi005.opddmj (mgr.14182) 742 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-20T00:16:48.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:47.483353+0000 mgr.smithi005.opddmj (mgr.14182) 741 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:48.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:47.593605+0000 mgr.smithi005.opddmj (mgr.14182) 742 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-20T00:16:48.885 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:50.404 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:50.404 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:50.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:49.594225+0000 mgr.smithi005.opddmj (mgr.14182) 743 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-20T00:16:50.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:50.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:49.594225+0000 mgr.smithi005.opddmj (mgr.14182) 743 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-20T00:16:51.793 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:51.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:50.398209+0000 mgr.smithi005.opddmj (mgr.14182) 744 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:52.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:50.398209+0000 mgr.smithi005.opddmj (mgr.14182) 744 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:52.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:51.594735+0000 mgr.smithi005.opddmj (mgr.14182) 745 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:52.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:51.594735+0000 mgr.smithi005.opddmj (mgr.14182) 745 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:53.316 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:53.316 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:53.709 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:54.711 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:54.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:53.310608+0000 mgr.smithi005.opddmj (mgr.14182) 746 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:54.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:53.595396+0000 mgr.smithi005.opddmj (mgr.14182) 747 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:55.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:53.310608+0000 mgr.smithi005.opddmj (mgr.14182) 746 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:55.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:53.595396+0000 mgr.smithi005.opddmj (mgr.14182) 747 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:56.213 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:56.213 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:56.592 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:16:56.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:55.595918+0000 mgr.smithi005.opddmj (mgr.14182) 748 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:56.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:56.207398+0000 mgr.smithi005.opddmj (mgr.14182) 749 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:57.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:55.595918+0000 mgr.smithi005.opddmj (mgr.14182) 748 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-20T00:16:57.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:56.207398+0000 mgr.smithi005.opddmj (mgr.14182) 749 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:16:57.594 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:16:58.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:16:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:57.596600+0000 mgr.smithi005.opddmj (mgr.14182) 750 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-20T00:16:59.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:16:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:57.596600+0000 mgr.smithi005.opddmj (mgr.14182) 750 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-20T00:16:59.246 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:16:59.246 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:16:59.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:00.695 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:59.240411+0000 mgr.smithi005.opddmj (mgr.14182) 751 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:16:59.252716+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:17:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:16:59.597106+0000 mgr.smithi005.opddmj (mgr.14182) 752 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:00.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:59.240411+0000 mgr.smithi005.opddmj (mgr.14182) 751 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:00.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:16:59.252716+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:17:00.732 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:16:59.597106+0000 mgr.smithi005.opddmj (mgr.14182) 752 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:02.311 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:02.311 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:02.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:02.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:01.597636+0000 mgr.smithi005.opddmj (mgr.14182) 753 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:03.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:01.597636+0000 mgr.smithi005.opddmj (mgr.14182) 753 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:03.702 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:03.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:02.305119+0000 mgr.smithi005.opddmj (mgr.14182) 754 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:04.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:02.305119+0000 mgr.smithi005.opddmj (mgr.14182) 754 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:04.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:03.598343+0000 mgr.smithi005.opddmj (mgr.14182) 755 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:05.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:03.598343+0000 mgr.smithi005.opddmj (mgr.14182) 755 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:05.372 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:05.373 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:05.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:06.758 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:06.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:05.367287+0000 mgr.smithi005.opddmj (mgr.14182) 756 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:06.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:05.599040+0000 mgr.smithi005.opddmj (mgr.14182) 757 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:07.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:05.367287+0000 mgr.smithi005.opddmj (mgr.14182) 756 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:07.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:05.599040+0000 mgr.smithi005.opddmj (mgr.14182) 757 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:08.196 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:08.196 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:08.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:08.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:07.600010+0000 mgr.smithi005.opddmj (mgr.14182) 758 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:08.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:08.190348+0000 mgr.smithi005.opddmj (mgr.14182) 759 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:09.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:07.600010+0000 mgr.smithi005.opddmj (mgr.14182) 758 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:09.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:08.190348+0000 mgr.smithi005.opddmj (mgr.14182) 759 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:09.599 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:10.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:09.600430+0000 mgr.smithi005.opddmj (mgr.14182) 760 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:11.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:09.600430+0000 mgr.smithi005.opddmj (mgr.14182) 760 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:11.075 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:11.075 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:11.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:11.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:11.069415+0000 mgr.smithi005.opddmj (mgr.14182) 761 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:12.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:11.069415+0000 mgr.smithi005.opddmj (mgr.14182) 761 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:12.466 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:12.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:11.601134+0000 mgr.smithi005.opddmj (mgr.14182) 762 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:12.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:11.601134+0000 mgr.smithi005.opddmj (mgr.14182) 762 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:14.000 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:14.000 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:14.397 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:14.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:13.601719+0000 mgr.smithi005.opddmj (mgr.14182) 763 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:14.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:13.993774+0000 mgr.smithi005.opddmj (mgr.14182) 764 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:15.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:13.601719+0000 mgr.smithi005.opddmj (mgr.14182) 763 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:15.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:13.993774+0000 mgr.smithi005.opddmj (mgr.14182) 764 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:15.398 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:16.912 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:16.912 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:16.934 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:15.602143+0000 mgr.smithi005.opddmj (mgr.14182) 765 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:16.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:15.602143+0000 mgr.smithi005.opddmj (mgr.14182) 765 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:17.323 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:18.324 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:18.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:16.906590+0000 mgr.smithi005.opddmj (mgr.14182) 766 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:16.906590+0000 mgr.smithi005.opddmj (mgr.14182) 766 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:19.438 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:17.602917+0000 mgr.smithi005.opddmj (mgr.14182) 767 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:17.602917+0000 mgr.smithi005.opddmj (mgr.14182) 767 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:19.828 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:19.828 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:20.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:21.215 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:19.603439+0000 mgr.smithi005.opddmj (mgr.14182) 768 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:19.823020+0000 mgr.smithi005.opddmj (mgr.14182) 769 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:21.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:19.603439+0000 mgr.smithi005.opddmj (mgr.14182) 768 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:21.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:19.823020+0000 mgr.smithi005.opddmj (mgr.14182) 769 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:22.725 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:22.725 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:23.113 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:21.603960+0000 mgr.smithi005.opddmj (mgr.14182) 770 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:21.603960+0000 mgr.smithi005.opddmj (mgr.14182) 770 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:24.114 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:24.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:22.719572+0000 mgr.smithi005.opddmj (mgr.14182) 771 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:24.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:22.719572+0000 mgr.smithi005.opddmj (mgr.14182) 771 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:25.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:23.604666+0000 mgr.smithi005.opddmj (mgr.14182) 772 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:25.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:23.604666+0000 mgr.smithi005.opddmj (mgr.14182) 772 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:25.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:25.606 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:26.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:27.005 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:27.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:25.600520+0000 mgr.smithi005.opddmj (mgr.14182) 773 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:27.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:25.605054+0000 mgr.smithi005.opddmj (mgr.14182) 774 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:25.600520+0000 mgr.smithi005.opddmj (mgr.14182) 773 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:27.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:25.605054+0000 mgr.smithi005.opddmj (mgr.14182) 774 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:28.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:28.606 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:28.988 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:27.605734+0000 mgr.smithi005.opddmj (mgr.14182) 775 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:29.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:27.605734+0000 mgr.smithi005.opddmj (mgr.14182) 775 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:29.989 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:30.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:28.600806+0000 mgr.smithi005.opddmj (mgr.14182) 776 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:30.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:28.600806+0000 mgr.smithi005.opddmj (mgr.14182) 776 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:29.606225+0000 mgr.smithi005.opddmj (mgr.14182) 777 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:31.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:29.606225+0000 mgr.smithi005.opddmj (mgr.14182) 777 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:31.594 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:31.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:32.980 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:33.365 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:31.588943+0000 mgr.smithi005.opddmj (mgr.14182) 778 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:33.366 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:31.606683+0000 mgr.smithi005.opddmj (mgr.14182) 779 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:31.588943+0000 mgr.smithi005.opddmj (mgr.14182) 778 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:31.606683+0000 mgr.smithi005.opddmj (mgr.14182) 779 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:34.648 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:34.648 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:35.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:33.607433+0000 mgr.smithi005.opddmj (mgr.14182) 780 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:35.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:33.607433+0000 mgr.smithi005.opddmj (mgr.14182) 780 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:36.064 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:36.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:34.642359+0000 mgr.smithi005.opddmj (mgr.14182) 781 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:36.466 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:34.642359+0000 mgr.smithi005.opddmj (mgr.14182) 781 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:35.608141+0000 mgr.smithi005.opddmj (mgr.14182) 782 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:35.608141+0000 mgr.smithi005.opddmj (mgr.14182) 782 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:37.688 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:37.688 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:38.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:39.061 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:39.432 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:37.608761+0000 mgr.smithi005.opddmj (mgr.14182) 783 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:39.432 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:37.682521+0000 mgr.smithi005.opddmj (mgr.14182) 784 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:37.608761+0000 mgr.smithi005.opddmj (mgr.14182) 783 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:37.682521+0000 mgr.smithi005.opddmj (mgr.14182) 784 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:40.639 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:40.640 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:41.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:41.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:39.609404+0000 mgr.smithi005.opddmj (mgr.14182) 785 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:39.609404+0000 mgr.smithi005.opddmj (mgr.14182) 785 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:42.067 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:42.467 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:40.633948+0000 mgr.smithi005.opddmj (mgr.14182) 786 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:42.477 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:40.633948+0000 mgr.smithi005.opddmj (mgr.14182) 786 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:41.609937+0000 mgr.smithi005.opddmj (mgr.14182) 787 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:43.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:41.609937+0000 mgr.smithi005.opddmj (mgr.14182) 787 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:43.660 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:43.660 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:44.061 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:45.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:45.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:43.610481+0000 mgr.smithi005.opddmj (mgr.14182) 788 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:45.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:43.654651+0000 mgr.smithi005.opddmj (mgr.14182) 789 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:43.610481+0000 mgr.smithi005.opddmj (mgr.14182) 788 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:43.654651+0000 mgr.smithi005.opddmj (mgr.14182) 789 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:46.588 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:46.589 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:47.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:45.611144+0000 mgr.smithi005.opddmj (mgr.14182) 790 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:45.611144+0000 mgr.smithi005.opddmj (mgr.14182) 790 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:48.147 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:46.582952+0000 mgr.smithi005.opddmj (mgr.14182) 791 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:48.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:46.582952+0000 mgr.smithi005.opddmj (mgr.14182) 791 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:47.611919+0000 mgr.smithi005.opddmj (mgr.14182) 792 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:47.611919+0000 mgr.smithi005.opddmj (mgr.14182) 792 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:49.652 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:49.652 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:50.053 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:51.055 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:51.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:49.612284+0000 mgr.smithi005.opddmj (mgr.14182) 793 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:51.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:49.646863+0000 mgr.smithi005.opddmj (mgr.14182) 794 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:49.612284+0000 mgr.smithi005.opddmj (mgr.14182) 793 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:49.646863+0000 mgr.smithi005.opddmj (mgr.14182) 794 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:52.546 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:52.546 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:53.109 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:51.612830+0000 mgr.smithi005.opddmj (mgr.14182) 795 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:51.612830+0000 mgr.smithi005.opddmj (mgr.14182) 795 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:54.110 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:54.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:52.539910+0000 mgr.smithi005.opddmj (mgr.14182) 796 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:54.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:52.539910+0000 mgr.smithi005.opddmj (mgr.14182) 796 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:53.613629+0000 mgr.smithi005.opddmj (mgr.14182) 797 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:55.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:53.613629+0000 mgr.smithi005.opddmj (mgr.14182) 797 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:55.567 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:55.568 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:56.118 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:57.119 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:17:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:55.562258+0000 mgr.smithi005.opddmj (mgr.14182) 798 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:57.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:55.614115+0000 mgr.smithi005.opddmj (mgr.14182) 799 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:55.562258+0000 mgr.smithi005.opddmj (mgr.14182) 798 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:17:57.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:55.614115+0000 mgr.smithi005.opddmj (mgr.14182) 799 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:58.729 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:17:58.729 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:17:59.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:17:59.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:17:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:57.614890+0000 mgr.smithi005.opddmj (mgr.14182) 800 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:17:59.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:17:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:57.614890+0000 mgr.smithi005.opddmj (mgr.14182) 800 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:00.125 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:00.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:17:58.723129+0000 mgr.smithi005.opddmj (mgr.14182) 801 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:17:58.723129+0000 mgr.smithi005.opddmj (mgr.14182) 801 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:17:59.615487+0000 mgr.smithi005.opddmj (mgr.14182) 802 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:01.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:17:59.615487+0000 mgr.smithi005.opddmj (mgr.14182) 802 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:01.602 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:01.602 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:02.009 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:01.596675+0000 mgr.smithi005.opddmj (mgr.14182) 803 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:01.615982+0000 mgr.smithi005.opddmj (mgr.14182) 804 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:02.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:01.596675+0000 mgr.smithi005.opddmj (mgr.14182) 803 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:02.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:01.615982+0000 mgr.smithi005.opddmj (mgr.14182) 804 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:03.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:04.487 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:04.487 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:04.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:03.616594+0000 mgr.smithi005.opddmj (mgr.14182) 805 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:04.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:04.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:03.616594+0000 mgr.smithi005.opddmj (mgr.14182) 805 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:05.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:05.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:04.480733+0000 mgr.smithi005.opddmj (mgr.14182) 806 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:05.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:04.480733+0000 mgr.smithi005.opddmj (mgr.14182) 806 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:06.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:05.617145+0000 mgr.smithi005.opddmj (mgr.14182) 807 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:06.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:05.617145+0000 mgr.smithi005.opddmj (mgr.14182) 807 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:07.380 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:07.381 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:07.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:08.774 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:08.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:07.374495+0000 mgr.smithi005.opddmj (mgr.14182) 808 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:08.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:07.618019+0000 mgr.smithi005.opddmj (mgr.14182) 809 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:09.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:07.374495+0000 mgr.smithi005.opddmj (mgr.14182) 808 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:09.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:07.618019+0000 mgr.smithi005.opddmj (mgr.14182) 809 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:10.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:10.294 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:10.674 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:10.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:09.618547+0000 mgr.smithi005.opddmj (mgr.14182) 810 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:11.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:09.618547+0000 mgr.smithi005.opddmj (mgr.14182) 810 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:11.675 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:11.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:10.287404+0000 mgr.smithi005.opddmj (mgr.14182) 811 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:12.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:10.287404+0000 mgr.smithi005.opddmj (mgr.14182) 811 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:12.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:11.619075+0000 mgr.smithi005.opddmj (mgr.14182) 812 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:13.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:11.619075+0000 mgr.smithi005.opddmj (mgr.14182) 812 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:13.176 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:13.176 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:13.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:13.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:13.170242+0000 mgr.smithi005.opddmj (mgr.14182) 813 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:14.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:13.170242+0000 mgr.smithi005.opddmj (mgr.14182) 813 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:14.627 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:14.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:13.619670+0000 mgr.smithi005.opddmj (mgr.14182) 814 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:15.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:13.619670+0000 mgr.smithi005.opddmj (mgr.14182) 814 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:16.056 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:16.057 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:16.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:16.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:15.620163+0000 mgr.smithi005.opddmj (mgr.14182) 815 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:16.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:16.051100+0000 mgr.smithi005.opddmj (mgr.14182) 816 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:17.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:15.620163+0000 mgr.smithi005.opddmj (mgr.14182) 815 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:17.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:16.051100+0000 mgr.smithi005.opddmj (mgr.14182) 816 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:17.448 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:18.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:17.620983+0000 mgr.smithi005.opddmj (mgr.14182) 817 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:18.996 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:18.997 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:19.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:17.620983+0000 mgr.smithi005.opddmj (mgr.14182) 817 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:19.380 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:20.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:18.990793+0000 mgr.smithi005.opddmj (mgr.14182) 818 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:18.990793+0000 mgr.smithi005.opddmj (mgr.14182) 818 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:20.381 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:21.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:19.621490+0000 mgr.smithi005.opddmj (mgr.14182) 819 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:21.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:19.621490+0000 mgr.smithi005.opddmj (mgr.14182) 819 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:21.991 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:21.991 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:22.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:23.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:21.622034+0000 mgr.smithi005.opddmj (mgr.14182) 820 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:23.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:21.985316+0000 mgr.smithi005.opddmj (mgr.14182) 821 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:21.622034+0000 mgr.smithi005.opddmj (mgr.14182) 820 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:21.985316+0000 mgr.smithi005.opddmj (mgr.14182) 821 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:23.401 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:24.827 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:24.827 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:24.982 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:23.622615+0000 mgr.smithi005.opddmj (mgr.14182) 822 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:25.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:23.622615+0000 mgr.smithi005.opddmj (mgr.14182) 822 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:26.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:24.820527+0000 mgr.smithi005.opddmj (mgr.14182) 823 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:26.204 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:26.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:24.820527+0000 mgr.smithi005.opddmj (mgr.14182) 823 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:26.907 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:25.623107+0000 mgr.smithi005.opddmj (mgr.14182) 824 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:25.623107+0000 mgr.smithi005.opddmj (mgr.14182) 824 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:27.656 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:27.656 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:28.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:29.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:27.623816+0000 mgr.smithi005.opddmj (mgr.14182) 825 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:29.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:27.649858+0000 mgr.smithi005.opddmj (mgr.14182) 826 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:29.072 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:27.623816+0000 mgr.smithi005.opddmj (mgr.14182) 825 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:27.649858+0000 mgr.smithi005.opddmj (mgr.14182) 826 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:30.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:30.473 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:30.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:29.624294+0000 mgr.smithi005.opddmj (mgr.14182) 827 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:30.846 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:31.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:29.624294+0000 mgr.smithi005.opddmj (mgr.14182) 827 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:31.847 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:32.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:30.466805+0000 mgr.smithi005.opddmj (mgr.14182) 828 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:30.466805+0000 mgr.smithi005.opddmj (mgr.14182) 828 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:32.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:31.625003+0000 mgr.smithi005.opddmj (mgr.14182) 829 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:33.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:31.625003+0000 mgr.smithi005.opddmj (mgr.14182) 829 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:33.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:33.264 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:33.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:34.655 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:35.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:33.258579+0000 mgr.smithi005.opddmj (mgr.14182) 830 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:35.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:33.625618+0000 mgr.smithi005.opddmj (mgr.14182) 831 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:33.258579+0000 mgr.smithi005.opddmj (mgr.14182) 830 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:33.625618+0000 mgr.smithi005.opddmj (mgr.14182) 831 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:36.039 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:36.039 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:36.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:35.626172+0000 mgr.smithi005.opddmj (mgr.14182) 832 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:36.033862+0000 mgr.smithi005.opddmj (mgr.14182) 833 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:35.626172+0000 mgr.smithi005.opddmj (mgr.14182) 832 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:37.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:36.033862+0000 mgr.smithi005.opddmj (mgr.14182) 833 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:37.430 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:38.809 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:38.809 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:39.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:37.626780+0000 mgr.smithi005.opddmj (mgr.14182) 834 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:39.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:37.626780+0000 mgr.smithi005.opddmj (mgr.14182) 834 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:40.181 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:40.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:38.800556+0000 mgr.smithi005.opddmj (mgr.14182) 835 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:38.800556+0000 mgr.smithi005.opddmj (mgr.14182) 835 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:40.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:39.627231+0000 mgr.smithi005.opddmj (mgr.14182) 836 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:41.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:39.627231+0000 mgr.smithi005.opddmj (mgr.14182) 836 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:41.579 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:41.579 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:41.916 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:42.943 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:41.573017+0000 mgr.smithi005.opddmj (mgr.14182) 837 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:41.627911+0000 mgr.smithi005.opddmj (mgr.14182) 838 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:43.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:41.573017+0000 mgr.smithi005.opddmj (mgr.14182) 837 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:43.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:41.627911+0000 mgr.smithi005.opddmj (mgr.14182) 838 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:44.354 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:44.354 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:44.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:45.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:43.628525+0000 mgr.smithi005.opddmj (mgr.14182) 839 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:43.628525+0000 mgr.smithi005.opddmj (mgr.14182) 839 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:45.726 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:46.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:44.348018+0000 mgr.smithi005.opddmj (mgr.14182) 840 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:44.348018+0000 mgr.smithi005.opddmj (mgr.14182) 840 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:46.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:45.629073+0000 mgr.smithi005.opddmj (mgr.14182) 841 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:45.629073+0000 mgr.smithi005.opddmj (mgr.14182) 841 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:47.278 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:47.279 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:47.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:48.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:49.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:47.273125+0000 mgr.smithi005.opddmj (mgr.14182) 842 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:49.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:47.629794+0000 mgr.smithi005.opddmj (mgr.14182) 843 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:47.273125+0000 mgr.smithi005.opddmj (mgr.14182) 842 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:47.629794+0000 mgr.smithi005.opddmj (mgr.14182) 843 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:50.253 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:50.253 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:50.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:51.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:49.630234+0000 mgr.smithi005.opddmj (mgr.14182) 844 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:51.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:49.630234+0000 mgr.smithi005.opddmj (mgr.14182) 844 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:51.634 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:52.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:50.247039+0000 mgr.smithi005.opddmj (mgr.14182) 845 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:50.247039+0000 mgr.smithi005.opddmj (mgr.14182) 845 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:53.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:51.630790+0000 mgr.smithi005.opddmj (mgr.14182) 846 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:53.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:53.152 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:51.630790+0000 mgr.smithi005.opddmj (mgr.14182) 846 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:53.526 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:53.145972+0000 mgr.smithi005.opddmj (mgr.14182) 847 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:54.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:53.145972+0000 mgr.smithi005.opddmj (mgr.14182) 847 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:54.527 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:54.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:53.631454+0000 mgr.smithi005.opddmj (mgr.14182) 848 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:53.631454+0000 mgr.smithi005.opddmj (mgr.14182) 848 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:55.919 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:55.919 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:56.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:55.631938+0000 mgr.smithi005.opddmj (mgr.14182) 849 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:55.912785+0000 mgr.smithi005.opddmj (mgr.14182) 850 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:57.244 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:18:57.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:55.631938+0000 mgr.smithi005.opddmj (mgr.14182) 849 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:57.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:55.912785+0000 mgr.smithi005.opddmj (mgr.14182) 850 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:18:58.690 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:18:58.690 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:18:59.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:57.632585+0000 mgr.smithi005.opddmj (mgr.14182) 851 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:18:59.058 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:18:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:57.632585+0000 mgr.smithi005.opddmj (mgr.14182) 851 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:00.059 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:00.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:18:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:18:58.684508+0000 mgr.smithi005.opddmj (mgr.14182) 852 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:18:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:18:58.684508+0000 mgr.smithi005.opddmj (mgr.14182) 852 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:01.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:18:59.633044+0000 mgr.smithi005.opddmj (mgr.14182) 853 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:01.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:18:59.633044+0000 mgr.smithi005.opddmj (mgr.14182) 853 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:01.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:01.473 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:01.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:02.848 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:03.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:01.466959+0000 mgr.smithi005.opddmj (mgr.14182) 854 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:03.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:01.633718+0000 mgr.smithi005.opddmj (mgr.14182) 855 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:03.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:01.466959+0000 mgr.smithi005.opddmj (mgr.14182) 854 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:03.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:01.633718+0000 mgr.smithi005.opddmj (mgr.14182) 855 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:04.284 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:04.284 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:04.664 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:05.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:03.634520+0000 mgr.smithi005.opddmj (mgr.14182) 856 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:05.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:03.634520+0000 mgr.smithi005.opddmj (mgr.14182) 856 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:05.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:06.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:04.278405+0000 mgr.smithi005.opddmj (mgr.14182) 857 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:04.278405+0000 mgr.smithi005.opddmj (mgr.14182) 857 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:07.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:05.635042+0000 mgr.smithi005.opddmj (mgr.14182) 858 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:07.026 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:07.026 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:07.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:05.635042+0000 mgr.smithi005.opddmj (mgr.14182) 858 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:07.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:07.020201+0000 mgr.smithi005.opddmj (mgr.14182) 859 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:08.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:07.020201+0000 mgr.smithi005.opddmj (mgr.14182) 859 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:08.415 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:09.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:07.635829+0000 mgr.smithi005.opddmj (mgr.14182) 860 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:07.635829+0000 mgr.smithi005.opddmj (mgr.14182) 860 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:09.813 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:09.813 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:10.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:11.215 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:09.636247+0000 mgr.smithi005.opddmj (mgr.14182) 861 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:09.807697+0000 mgr.smithi005.opddmj (mgr.14182) 862 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:11.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:09.636247+0000 mgr.smithi005.opddmj (mgr.14182) 861 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:11.252 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:09.807697+0000 mgr.smithi005.opddmj (mgr.14182) 862 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:12.638 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:12.638 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:11:35.096949Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.lxtogl on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:12.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:11.636797+0000 mgr.smithi005.opddmj (mgr.14182) 863 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:13.022 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:13.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:11.636797+0000 mgr.smithi005.opddmj (mgr.14182) 863 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:14.022 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:14.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:12.632573+0000 mgr.smithi005.opddmj (mgr.14182) 864 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:14.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:12.632573+0000 mgr.smithi005.opddmj (mgr.14182) 864 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:15.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:13.637445+0000 mgr.smithi005.opddmj (mgr.14182) 865 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:15.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:13.637445+0000 mgr.smithi005.opddmj (mgr.14182) 865 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:15.512 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:15.513 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:15.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:19:15.075844+0000 mgr.smithi005.opddmj (mgr.14182) 866 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.218 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:19:15.076191+0000 mgr.smithi005.opddmj (mgr.14182) 867 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:15.076774+0000 mon.smithi005 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.abmfru"}]: dispatch 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:19:15.078022+0000 mgr.smithi005.opddmj (mgr.14182) 868 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.219 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:19:15.079907+0000 mgr.smithi005.opddmj (mgr.14182) 869 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.fxwhrr on smithi005 2024-02-20T00:19:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:19:15.075844+0000 mgr.smithi005.opddmj (mgr.14182) 866 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:19:16.258 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:19:15.076191+0000 mgr.smithi005.opddmj (mgr.14182) 867 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:15.076774+0000 mon.smithi005 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.abmfru"}]: dispatch 2024-02-20T00:19:16.259 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:19:15.078022+0000 mgr.smithi005.opddmj (mgr.14182) 868 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.abmfru ... 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:17:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:18:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:19:16.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:19:15.079907+0000 mgr.smithi005.opddmj (mgr.14182) 869 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.fxwhrr on smithi005 2024-02-20T00:19:16.846 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:17.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:15.505279+0000 mgr.smithi005.opddmj (mgr.14182) 870 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:17.209 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:15.638076+0000 mgr.smithi005.opddmj (mgr.14182) 871 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:15.505279+0000 mgr.smithi005.opddmj (mgr.14182) 870 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:15.638076+0000 mgr.smithi005.opddmj (mgr.14182) 871 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:18.218 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:18.218 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:18.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:17.638782+0000 mgr.smithi005.opddmj (mgr.14182) 872 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:18.212355+0000 mgr.smithi005.opddmj (mgr.14182) 873 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:19.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:17.638782+0000 mgr.smithi005.opddmj (mgr.14182) 872 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:19.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:18.212355+0000 mgr.smithi005.opddmj (mgr.14182) 873 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:19.606 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:21.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:19.639399+0000 mgr.smithi005.opddmj (mgr.14182) 874 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:21.058 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:21.059 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:21.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:19.639399+0000 mgr.smithi005.opddmj (mgr.14182) 874 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:21.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:21.053005+0000 mgr.smithi005.opddmj (mgr.14182) 875 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:21.053005+0000 mgr.smithi005.opddmj (mgr.14182) 875 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:22.430 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:23.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:21.640070+0000 mgr.smithi005.opddmj (mgr.14182) 876 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:21.640070+0000 mgr.smithi005.opddmj (mgr.14182) 876 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:23.835 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:23.835 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:24.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:25.213 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:25.215 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:23.640730+0000 mgr.smithi005.opddmj (mgr.14182) 877 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:23.829496+0000 mgr.smithi005.opddmj (mgr.14182) 878 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:25.248 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:23.640730+0000 mgr.smithi005.opddmj (mgr.14182) 877 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:25.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:23.829496+0000 mgr.smithi005.opddmj (mgr.14182) 878 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:26.633 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:26.633 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:27.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:25.641271+0000 mgr.smithi005.opddmj (mgr.14182) 879 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:27.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:25.641271+0000 mgr.smithi005.opddmj (mgr.14182) 879 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:28.021 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:26.627115+0000 mgr.smithi005.opddmj (mgr.14182) 880 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:28.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:26.627115+0000 mgr.smithi005.opddmj (mgr.14182) 880 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:29.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:27.642099+0000 mgr.smithi005.opddmj (mgr.14182) 881 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:27.642099+0000 mgr.smithi005.opddmj (mgr.14182) 881 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:29.471 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:29.471 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:29.836 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:30.837 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:31.182 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:29.465474+0000 mgr.smithi005.opddmj (mgr.14182) 882 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:31.182 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:29.642562+0000 mgr.smithi005.opddmj (mgr.14182) 883 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:29.465474+0000 mgr.smithi005.opddmj (mgr.14182) 882 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:29.642562+0000 mgr.smithi005.opddmj (mgr.14182) 883 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:32.269 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:32.269 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:32.604 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:33.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:31.643378+0000 mgr.smithi005.opddmj (mgr.14182) 884 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:33.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:31.643378+0000 mgr.smithi005.opddmj (mgr.14182) 884 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:33.605 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:34.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:32.262977+0000 mgr.smithi005.opddmj (mgr.14182) 885 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:34.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:32.262977+0000 mgr.smithi005.opddmj (mgr.14182) 885 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:35.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:35.031 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:35.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:33.643964+0000 mgr.smithi005.opddmj (mgr.14182) 886 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:35.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:35.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:33.643964+0000 mgr.smithi005.opddmj (mgr.14182) 886 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:36.412 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:36.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:35.025176+0000 mgr.smithi005.opddmj (mgr.14182) 887 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:36.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:35.025176+0000 mgr.smithi005.opddmj (mgr.14182) 887 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:37.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:35.644626+0000 mgr.smithi005.opddmj (mgr.14182) 888 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:37.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:35.644626+0000 mgr.smithi005.opddmj (mgr.14182) 888 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:37.815 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:37.816 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:38.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:39.203 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:37.645215+0000 mgr.smithi005.opddmj (mgr.14182) 889 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:39.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:37.810092+0000 mgr.smithi005.opddmj (mgr.14182) 890 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:39.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:37.645215+0000 mgr.smithi005.opddmj (mgr.14182) 889 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:39.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:37.810092+0000 mgr.smithi005.opddmj (mgr.14182) 890 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:40.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:40.824 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:41.209 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:39.645891+0000 mgr.smithi005.opddmj (mgr.14182) 891 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:41.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:39.645891+0000 mgr.smithi005.opddmj (mgr.14182) 891 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:42.210 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:42.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:40.818192+0000 mgr.smithi005.opddmj (mgr.14182) 892 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:42.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:40.818192+0000 mgr.smithi005.opddmj (mgr.14182) 892 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:43.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:41.646369+0000 mgr.smithi005.opddmj (mgr.14182) 893 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:43.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:41.646369+0000 mgr.smithi005.opddmj (mgr.14182) 893 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:43.622 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:43.623 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:44.009 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:45.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:45.387 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:43.616663+0000 mgr.smithi005.opddmj (mgr.14182) 894 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:45.387 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:43.646876+0000 mgr.smithi005.opddmj (mgr.14182) 895 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:43.616663+0000 mgr.smithi005.opddmj (mgr.14182) 894 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:45.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:43.646876+0000 mgr.smithi005.opddmj (mgr.14182) 895 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:46.522 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:46.523 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:46.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:47.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:45.647370+0000 mgr.smithi005.opddmj (mgr.14182) 896 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:45.647370+0000 mgr.smithi005.opddmj (mgr.14182) 896 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:47.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:48.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:46.516687+0000 mgr.smithi005.opddmj (mgr.14182) 897 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:48.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:46.516687+0000 mgr.smithi005.opddmj (mgr.14182) 897 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:49.286 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:49.287 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:49.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:47.648307+0000 mgr.smithi005.opddmj (mgr.14182) 898 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:47.648307+0000 mgr.smithi005.opddmj (mgr.14182) 898 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:49.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:50.669 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:49.279934+0000 mgr.smithi005.opddmj (mgr.14182) 899 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:51.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:49.648795+0000 mgr.smithi005.opddmj (mgr.14182) 900 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:49.279934+0000 mgr.smithi005.opddmj (mgr.14182) 899 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:49.648795+0000 mgr.smithi005.opddmj (mgr.14182) 900 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:52.102 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:52.102 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:52.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:51.649334+0000 mgr.smithi005.opddmj (mgr.14182) 901 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:53.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:52.096017+0000 mgr.smithi005.opddmj (mgr.14182) 902 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:53.466 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:51.649334+0000 mgr.smithi005.opddmj (mgr.14182) 901 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:53.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:52.096017+0000 mgr.smithi005.opddmj (mgr.14182) 902 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:54.870 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:54.871 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:55.250 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:55.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:53.649870+0000 mgr.smithi005.opddmj (mgr.14182) 903 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:55.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:53.649870+0000 mgr.smithi005.opddmj (mgr.14182) 903 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:56.250 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:56.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:54.865033+0000 mgr.smithi005.opddmj (mgr.14182) 904 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:56.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:54.865033+0000 mgr.smithi005.opddmj (mgr.14182) 904 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:57.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:55.650495+0000 mgr.smithi005.opddmj (mgr.14182) 905 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:57.670 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:19:57.670 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:19:57.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:55.650495+0000 mgr.smithi005.opddmj (mgr.14182) 905 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:58.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:19:59.065 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:19:59.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:57.651104+0000 mgr.smithi005.opddmj (mgr.14182) 906 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:59.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:19:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:19:57.664551+0000 mgr.smithi005.opddmj (mgr.14182) 907 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:19:59.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:57.651104+0000 mgr.smithi005.opddmj (mgr.14182) 906 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:19:59.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:19:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:19:57.664551+0000 mgr.smithi005.opddmj (mgr.14182) 907 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:00.502 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:00.502 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:00.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:00.000097+0000 mon.smithi005 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-02-20T00:20:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:00.000097+0000 mon.smithi005 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-02-20T00:20:00.882 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:19:59.651545+0000 mgr.smithi005.opddmj (mgr.14182) 908 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:01.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:19:59.651545+0000 mgr.smithi005.opddmj (mgr.14182) 908 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:01.883 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:02.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:00.496206+0000 mgr.smithi005.opddmj (mgr.14182) 909 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:00.496206+0000 mgr.smithi005.opddmj (mgr.14182) 909 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:03.338 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:03.338 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:03.484 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:01.652116+0000 mgr.smithi005.opddmj (mgr.14182) 910 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:03.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:03.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:01.652116+0000 mgr.smithi005.opddmj (mgr.14182) 910 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:04.717 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:05.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:03.332658+0000 mgr.smithi005.opddmj (mgr.14182) 911 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:05.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:03.652875+0000 mgr.smithi005.opddmj (mgr.14182) 912 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:05.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:03.332658+0000 mgr.smithi005.opddmj (mgr.14182) 911 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:05.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:03.652875+0000 mgr.smithi005.opddmj (mgr.14182) 912 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:06.102 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:06.103 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:06.496 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:07.498 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:07.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:05.653587+0000 mgr.smithi005.opddmj (mgr.14182) 913 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:07.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:06.096511+0000 mgr.smithi005.opddmj (mgr.14182) 914 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:05.653587+0000 mgr.smithi005.opddmj (mgr.14182) 913 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:06.096511+0000 mgr.smithi005.opddmj (mgr.14182) 914 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:08.921 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:08.922 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:09.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:09.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:07.654216+0000 mgr.smithi005.opddmj (mgr.14182) 915 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:07.654216+0000 mgr.smithi005.opddmj (mgr.14182) 915 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:10.298 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:10.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:08.914915+0000 mgr.smithi005.opddmj (mgr.14182) 916 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:10.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:08.914915+0000 mgr.smithi005.opddmj (mgr.14182) 916 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:11.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:09.654849+0000 mgr.smithi005.opddmj (mgr.14182) 917 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:11.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:09.654849+0000 mgr.smithi005.opddmj (mgr.14182) 917 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:11.746 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:11.746 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:12.138 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:12.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:11.655352+0000 mgr.smithi005.opddmj (mgr.14182) 918 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:12.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:11.740424+0000 mgr.smithi005.opddmj (mgr.14182) 919 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:12.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:11.655352+0000 mgr.smithi005.opddmj (mgr.14182) 918 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:12.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:11.740424+0000 mgr.smithi005.opddmj (mgr.14182) 919 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:13.139 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:14.569 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:14.569 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:14.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:13.655932+0000 mgr.smithi005.opddmj (mgr.14182) 920 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:14.969 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:13.655932+0000 mgr.smithi005.opddmj (mgr.14182) 920 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:14.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:15.972 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:16.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:14.562648+0000 mgr.smithi005.opddmj (mgr.14182) 921 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:14.562648+0000 mgr.smithi005.opddmj (mgr.14182) 921 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:16.978 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:15.656553+0000 mgr.smithi005.opddmj (mgr.14182) 922 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:15.656553+0000 mgr.smithi005.opddmj (mgr.14182) 922 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:17.370 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:17.371 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:17.763 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:18.764 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:19.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:17.365129+0000 mgr.smithi005.opddmj (mgr.14182) 923 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:19.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:17.657443+0000 mgr.smithi005.opddmj (mgr.14182) 924 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:17.365129+0000 mgr.smithi005.opddmj (mgr.14182) 923 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:17.657443+0000 mgr.smithi005.opddmj (mgr.14182) 924 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:20.168 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:20.168 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:20.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:21.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:19.657940+0000 mgr.smithi005.opddmj (mgr.14182) 925 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:21.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:20.162083+0000 mgr.smithi005.opddmj (mgr.14182) 926 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:21.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:19.657940+0000 mgr.smithi005.opddmj (mgr.14182) 925 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:21.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:20.162083+0000 mgr.smithi005.opddmj (mgr.14182) 926 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:21.572 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:23.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:21.658495+0000 mgr.smithi005.opddmj (mgr.14182) 927 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:23.015 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:23.016 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:23.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:21.658495+0000 mgr.smithi005.opddmj (mgr.14182) 927 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:23.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:24.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:23.010202+0000 mgr.smithi005.opddmj (mgr.14182) 928 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:23.010202+0000 mgr.smithi005.opddmj (mgr.14182) 928 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:24.388 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:25.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:23.659175+0000 mgr.smithi005.opddmj (mgr.14182) 929 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:23.659175+0000 mgr.smithi005.opddmj (mgr.14182) 929 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:25.764 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:25.765 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:26.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:25.659664+0000 mgr.smithi005.opddmj (mgr.14182) 930 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:27.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:25.759043+0000 mgr.smithi005.opddmj (mgr.14182) 931 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:27.144 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:25.659664+0000 mgr.smithi005.opddmj (mgr.14182) 930 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:25.759043+0000 mgr.smithi005.opddmj (mgr.14182) 931 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:28.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:28.558 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:28.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:27.660365+0000 mgr.smithi005.opddmj (mgr.14182) 932 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:28.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:29.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:27.660365+0000 mgr.smithi005.opddmj (mgr.14182) 932 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:29.961 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:30.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:28.552096+0000 mgr.smithi005.opddmj (mgr.14182) 933 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:28.552096+0000 mgr.smithi005.opddmj (mgr.14182) 933 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:30.977 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:29.660922+0000 mgr.smithi005.opddmj (mgr.14182) 934 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:31.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:29.660922+0000 mgr.smithi005.opddmj (mgr.14182) 934 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:31.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:31.363 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:31.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:32.736 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:33.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:31.357560+0000 mgr.smithi005.opddmj (mgr.14182) 935 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:33.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:31.661722+0000 mgr.smithi005.opddmj (mgr.14182) 936 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:33.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:31.357560+0000 mgr.smithi005.opddmj (mgr.14182) 935 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:33.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:31.661722+0000 mgr.smithi005.opddmj (mgr.14182) 936 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:34.111 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:34.111 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:34.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:33.662410+0000 mgr.smithi005.opddmj (mgr.14182) 937 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:34.105129+0000 mgr.smithi005.opddmj (mgr.14182) 938 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:35.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:33.662410+0000 mgr.smithi005.opddmj (mgr.14182) 937 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:35.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:34.105129+0000 mgr.smithi005.opddmj (mgr.14182) 938 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:35.496 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:36.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:36.955 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:36.980 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:35.662890+0000 mgr.smithi005.opddmj (mgr.14182) 939 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:37.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:35.662890+0000 mgr.smithi005.opddmj (mgr.14182) 939 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:37.327 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:36.949365+0000 mgr.smithi005.opddmj (mgr.14182) 940 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:38.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:36.949365+0000 mgr.smithi005.opddmj (mgr.14182) 940 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:38.328 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:37.663783+0000 mgr.smithi005.opddmj (mgr.14182) 941 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:37.663783+0000 mgr.smithi005.opddmj (mgr.14182) 941 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:39.791 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:39.792 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:40.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:41.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:39.664205+0000 mgr.smithi005.opddmj (mgr.14182) 942 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:41.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:39.785939+0000 mgr.smithi005.opddmj (mgr.14182) 943 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:41.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:41.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:39.664205+0000 mgr.smithi005.opddmj (mgr.14182) 942 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:41.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:39.785939+0000 mgr.smithi005.opddmj (mgr.14182) 943 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:42.546 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:42.546 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:42.932 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:41.664892+0000 mgr.smithi005.opddmj (mgr.14182) 944 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:42.934 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:41.664892+0000 mgr.smithi005.opddmj (mgr.14182) 944 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:43.934 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:42.540303+0000 mgr.smithi005.opddmj (mgr.14182) 945 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:44.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:42.540303+0000 mgr.smithi005.opddmj (mgr.14182) 945 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:44.908 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:43.665648+0000 mgr.smithi005.opddmj (mgr.14182) 946 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:43.665648+0000 mgr.smithi005.opddmj (mgr.14182) 946 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:45.313 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:45.313 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:45.699 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:46.700 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:47.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:45.307099+0000 mgr.smithi005.opddmj (mgr.14182) 947 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:47.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:46 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:45.666142+0000 mgr.smithi005.opddmj (mgr.14182) 948 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:45.307099+0000 mgr.smithi005.opddmj (mgr.14182) 947 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:47.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:46 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:45.666142+0000 mgr.smithi005.opddmj (mgr.14182) 948 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:48.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:48.146 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:48.524 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:47.666856+0000 mgr.smithi005.opddmj (mgr.14182) 949 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:48.139953+0000 mgr.smithi005.opddmj (mgr.14182) 950 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:47.666856+0000 mgr.smithi005.opddmj (mgr.14182) 949 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:49.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:48.139953+0000 mgr.smithi005.opddmj (mgr.14182) 950 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:49.525 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:50.899 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:50.900 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:51.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:49.667262+0000 mgr.smithi005.opddmj (mgr.14182) 951 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:51.086 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:49.667262+0000 mgr.smithi005.opddmj (mgr.14182) 951 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:51.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:50.892896+0000 mgr.smithi005.opddmj (mgr.14182) 952 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:52.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:50.892896+0000 mgr.smithi005.opddmj (mgr.14182) 952 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:52.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:52.969 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:51.667868+0000 mgr.smithi005.opddmj (mgr.14182) 953 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:51.667868+0000 mgr.smithi005.opddmj (mgr.14182) 953 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:53.735 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:53.736 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:54.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:55.126 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:55.162 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:53.668398+0000 mgr.smithi005.opddmj (mgr.14182) 954 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:55.162 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:53.729790+0000 mgr.smithi005.opddmj (mgr.14182) 955 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:53.668398+0000 mgr.smithi005.opddmj (mgr.14182) 954 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:53.729790+0000 mgr.smithi005.opddmj (mgr.14182) 955 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:56.534 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:56.534 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:56.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:20:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:55.669111+0000 mgr.smithi005.opddmj (mgr.14182) 956 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:57.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:55.669111+0000 mgr.smithi005.opddmj (mgr.14182) 956 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:57.927 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:56.527672+0000 mgr.smithi005.opddmj (mgr.14182) 957 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:58.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:56.527672+0000 mgr.smithi005.opddmj (mgr.14182) 957 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:20:58.989 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:20:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:57.669935+0000 mgr.smithi005.opddmj (mgr.14182) 958 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:20:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:57.669935+0000 mgr.smithi005.opddmj (mgr.14182) 958 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:20:59.401 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:20:59.401 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:20:59.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:00.781 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:01.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:20:59.394066+0000 mgr.smithi005.opddmj (mgr.14182) 959 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:01.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:20:59.670406+0000 mgr.smithi005.opddmj (mgr.14182) 960 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:01.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:20:59.394066+0000 mgr.smithi005.opddmj (mgr.14182) 959 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:01.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:20:59.670406+0000 mgr.smithi005.opddmj (mgr.14182) 960 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:02.183 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:02.183 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:02.564 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:03.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:01.671079+0000 mgr.smithi005.opddmj (mgr.14182) 961 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:03.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:02.177218+0000 mgr.smithi005.opddmj (mgr.14182) 962 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:01.671079+0000 mgr.smithi005.opddmj (mgr.14182) 961 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:03.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:02.177218+0000 mgr.smithi005.opddmj (mgr.14182) 962 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:03.566 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:04.973 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:04.974 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:05.184 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:03.671646+0000 mgr.smithi005.opddmj (mgr.14182) 963 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:05.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:03.671646+0000 mgr.smithi005.opddmj (mgr.14182) 963 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:05.371 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:06.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:04.966658+0000 mgr.smithi005.opddmj (mgr.14182) 964 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:04.966658+0000 mgr.smithi005.opddmj (mgr.14182) 964 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:06.372 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:07.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:05.672360+0000 mgr.smithi005.opddmj (mgr.14182) 965 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:07.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:05.672360+0000 mgr.smithi005.opddmj (mgr.14182) 965 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:07.795 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:07.795 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:08.164 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:09.165 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:09.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:07.672976+0000 mgr.smithi005.opddmj (mgr.14182) 966 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:09.200 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:07.789478+0000 mgr.smithi005.opddmj (mgr.14182) 967 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:07.672976+0000 mgr.smithi005.opddmj (mgr.14182) 966 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:07.789478+0000 mgr.smithi005.opddmj (mgr.14182) 967 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:10.590 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:10.590 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:10.863 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:09.673467+0000 mgr.smithi005.opddmj (mgr.14182) 968 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:10.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:11.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:09.673467+0000 mgr.smithi005.opddmj (mgr.14182) 968 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:11.973 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:10.583896+0000 mgr.smithi005.opddmj (mgr.14182) 969 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:12.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:10.583896+0000 mgr.smithi005.opddmj (mgr.14182) 969 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:12.988 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:11.674012+0000 mgr.smithi005.opddmj (mgr.14182) 970 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:13.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:11.674012+0000 mgr.smithi005.opddmj (mgr.14182) 970 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:13.372 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:13.373 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:13.755 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:14.756 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:15.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:13.366889+0000 mgr.smithi005.opddmj (mgr.14182) 971 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:15.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:13.674636+0000 mgr.smithi005.opddmj (mgr.14182) 972 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:15.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:13.366889+0000 mgr.smithi005.opddmj (mgr.14182) 971 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:15.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:13.674636+0000 mgr.smithi005.opddmj (mgr.14182) 972 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:16.424 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:16.424 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:16.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:17.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:15.675178+0000 mgr.smithi005.opddmj (mgr.14182) 973 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:15.675178+0000 mgr.smithi005.opddmj (mgr.14182) 973 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:17.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:18.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:16.418342+0000 mgr.smithi005.opddmj (mgr.14182) 974 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:18.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:16.418342+0000 mgr.smithi005.opddmj (mgr.14182) 974 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:19.191 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:19.191 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:19.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:17.675908+0000 mgr.smithi005.opddmj (mgr.14182) 975 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:19.477 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:17.675908+0000 mgr.smithi005.opddmj (mgr.14182) 975 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:19.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:20.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:19.185325+0000 mgr.smithi005.opddmj (mgr.14182) 976 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:19.185325+0000 mgr.smithi005.opddmj (mgr.14182) 976 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:20.571 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:19.676351+0000 mgr.smithi005.opddmj (mgr.14182) 977 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:21.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:19.676351+0000 mgr.smithi005.opddmj (mgr.14182) 977 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:21.982 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:21.982 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:22.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:23.362 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:21.677067+0000 mgr.smithi005.opddmj (mgr.14182) 978 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:23.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:21.976451+0000 mgr.smithi005.opddmj (mgr.14182) 979 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:21.677067+0000 mgr.smithi005.opddmj (mgr.14182) 978 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:23.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:21.976451+0000 mgr.smithi005.opddmj (mgr.14182) 979 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:24.764 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:24.764 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:25.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:25.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:23.677707+0000 mgr.smithi005.opddmj (mgr.14182) 980 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:25.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:23.677707+0000 mgr.smithi005.opddmj (mgr.14182) 980 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:26.145 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:26.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:24.757668+0000 mgr.smithi005.opddmj (mgr.14182) 981 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:24.757668+0000 mgr.smithi005.opddmj (mgr.14182) 981 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:27.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:25.678276+0000 mgr.smithi005.opddmj (mgr.14182) 982 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:27.572 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:27.572 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:27.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:25.678276+0000 mgr.smithi005.opddmj (mgr.14182) 982 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:27.952 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:28.953 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:29.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:27.566476+0000 mgr.smithi005.opddmj (mgr.14182) 983 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:29.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:27.679018+0000 mgr.smithi005.opddmj (mgr.14182) 984 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:27.566476+0000 mgr.smithi005.opddmj (mgr.14182) 983 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:27.679018+0000 mgr.smithi005.opddmj (mgr.14182) 984 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:30.346 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:30.346 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:30.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:31.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:29.679461+0000 mgr.smithi005.opddmj (mgr.14182) 985 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:31.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:29.679461+0000 mgr.smithi005.opddmj (mgr.14182) 985 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:31.745 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:32.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:30.340260+0000 mgr.smithi005.opddmj (mgr.14182) 986 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:32.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:30.340260+0000 mgr.smithi005.opddmj (mgr.14182) 986 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:33.220 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:33.220 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:33.492 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:31.680214+0000 mgr.smithi005.opddmj (mgr.14182) 987 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:33.593 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:33.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:31.680214+0000 mgr.smithi005.opddmj (mgr.14182) 987 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:34.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:33.213840+0000 mgr.smithi005.opddmj (mgr.14182) 988 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:34.594 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:34.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:33.213840+0000 mgr.smithi005.opddmj (mgr.14182) 988 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:35.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:33.680821+0000 mgr.smithi005.opddmj (mgr.14182) 989 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:35.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:33.680821+0000 mgr.smithi005.opddmj (mgr.14182) 989 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:35.980 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:35.980 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:36.359 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:37.359 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:35.681320+0000 mgr.smithi005.opddmj (mgr.14182) 990 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:37.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:35.974175+0000 mgr.smithi005.opddmj (mgr.14182) 991 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:35.681320+0000 mgr.smithi005.opddmj (mgr.14182) 990 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:35.974175+0000 mgr.smithi005.opddmj (mgr.14182) 991 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:38.814 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:38.815 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:39.199 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:39.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:37.681981+0000 mgr.smithi005.opddmj (mgr.14182) 992 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:39.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:37.681981+0000 mgr.smithi005.opddmj (mgr.14182) 992 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:40.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:40.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:38.808070+0000 mgr.smithi005.opddmj (mgr.14182) 993 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:40.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:38.808070+0000 mgr.smithi005.opddmj (mgr.14182) 993 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:41.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:39.682589+0000 mgr.smithi005.opddmj (mgr.14182) 994 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:41.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:39.682589+0000 mgr.smithi005.opddmj (mgr.14182) 994 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:41.602 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:41.602 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:41.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:42.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:41.596455+0000 mgr.smithi005.opddmj (mgr.14182) 995 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:42.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:41.683337+0000 mgr.smithi005.opddmj (mgr.14182) 996 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:42.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:41.596455+0000 mgr.smithi005.opddmj (mgr.14182) 995 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:42.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:41.683337+0000 mgr.smithi005.opddmj (mgr.14182) 996 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:42.975 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:44.352 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:44.352 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:14:09.004330Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.rduduq on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-rduduq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.rduduq\nDeploy daemon haproxy.rgw.foo.smithi032.rduduq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:12:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:12:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.753496Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.ubglaq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-ubglaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.ubglaq\nDeploy daemon haproxy.rgw.foo.smithi005.ubglaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:14:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:15:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:16:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:16:40.755127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.vkvueq on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:44.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:45.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:43.683903+0000 mgr.smithi005.opddmj (mgr.14182) 997 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:45.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:44.678905+0000 mon.smithi005 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.fxwhrr"}]: dispatch 2024-02-20T00:21:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:43.683903+0000 mgr.smithi005.opddmj (mgr.14182) 997 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:44.678905+0000 mon.smithi005 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi005.fxwhrr"}]: dispatch 2024-02-20T00:21:45.721 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:46.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:44.346509+0000 mgr.smithi005.opddmj (mgr.14182) 998 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:46.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:21:44.678199+0000 mgr.smithi005.opddmj (mgr.14182) 999 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:21:46.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.009 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:21:44.678454+0000 mgr.smithi005.opddmj (mgr.14182) 1000 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:21:44.679681+0000 mgr.smithi005.opddmj (mgr.14182) 1001 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:21:44.681128+0000 mgr.smithi005.opddmj (mgr.14182) 1002 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:21:44.682336+0000 mgr.smithi005.opddmj (mgr.14182) 1003 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:44.683230+0000 mgr.smithi005.opddmj (mgr.14182) 1004 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:46.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:44.736371+0000 mon.smithi005 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:21:46.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:44.346509+0000 mgr.smithi005.opddmj (mgr.14182) 998 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:21:44.678199+0000 mgr.smithi005.opddmj (mgr.14182) 999 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.225 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.226 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:21:44.678454+0000 mgr.smithi005.opddmj (mgr.14182) 1000 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:21:44.679681+0000 mgr.smithi005.opddmj (mgr.14182) 1001 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi005.fxwhrr ... 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:19:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.227 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:20:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:21:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:21:44.681128+0000 mgr.smithi005.opddmj (mgr.14182) 1002 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:21:44.682336+0000 mgr.smithi005.opddmj (mgr.14182) 1003 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:44.683230+0000 mgr.smithi005.opddmj (mgr.14182) 1004 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:46.228 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:44.736371+0000 mon.smithi005 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:21:47.116 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:47.116 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:47.490 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:48.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:46.684011+0000 mgr.smithi005.opddmj (mgr.14182) 1005 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:48.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:47.110095+0000 mgr.smithi005.opddmj (mgr.14182) 1006 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:46.684011+0000 mgr.smithi005.opddmj (mgr.14182) 1005 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:47.110095+0000 mgr.smithi005.opddmj (mgr.14182) 1006 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:48.491 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:49.880 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:49.880 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:50.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:48.684683+0000 mgr.smithi005.opddmj (mgr.14182) 1007 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:50.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:49.650833+0000 mon.smithi005 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:21:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:48.684683+0000 mgr.smithi005.opddmj (mgr.14182) 1007 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:49.650833+0000 mon.smithi005 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:21:50.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:51.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:49.872934+0000 mgr.smithi005.opddmj (mgr.14182) 1008 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:51.249 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:51.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:49.872934+0000 mgr.smithi005.opddmj (mgr.14182) 1008 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:51.927 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:50.685387+0000 mgr.smithi005.opddmj (mgr.14182) 1009 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:50.685387+0000 mgr.smithi005.opddmj (mgr.14182) 1009 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:52.661 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:52.661 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:53.040 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:54.041 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:54.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:52.655382+0000 mgr.smithi005.opddmj (mgr.14182) 1010 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:54.076 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:52.686141+0000 mgr.smithi005.opddmj (mgr.14182) 1011 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:52.655382+0000 mgr.smithi005.opddmj (mgr.14182) 1010 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:52.686141+0000 mgr.smithi005.opddmj (mgr.14182) 1011 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:55.402 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:55.403 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:55.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:54.686832+0000 mgr.smithi005.opddmj (mgr.14182) 1012 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:56.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:54.686832+0000 mgr.smithi005.opddmj (mgr.14182) 1012 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:56.793 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:57.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:55.396436+0000 mgr.smithi005.opddmj (mgr.14182) 1013 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:55.396436+0000 mgr.smithi005.opddmj (mgr.14182) 1013 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:58.169 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:21:58.170 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:21:58.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:56.687525+0000 mgr.smithi005.opddmj (mgr.14182) 1014 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:56.687525+0000 mgr.smithi005.opddmj (mgr.14182) 1014 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:21:58.549 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:21:59.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:21:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:58.163117+0000 mgr.smithi005.opddmj (mgr.14182) 1015 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:21:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:58.163117+0000 mgr.smithi005.opddmj (mgr.14182) 1015 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:21:59.550 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:00.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:21:58.688484+0000 mgr.smithi005.opddmj (mgr.14182) 1016 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:00.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:21:59.259626+0000 mon.smithi005 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:21:58.688484+0000 mgr.smithi005.opddmj (mgr.14182) 1016 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:21:59.259626+0000 mon.smithi005 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:00.928 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:00.928 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:01.306 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:02.308 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:02.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:00.689320+0000 mgr.smithi005.opddmj (mgr.14182) 1017 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:02.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:00.922312+0000 mgr.smithi005.opddmj (mgr.14182) 1018 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:00.689320+0000 mgr.smithi005.opddmj (mgr.14182) 1017 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:00.922312+0000 mgr.smithi005.opddmj (mgr.14182) 1018 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:03.705 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:03.705 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:04.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:04.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:02.690083+0000 mgr.smithi005.opddmj (mgr.14182) 1019 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:04.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:02.690083+0000 mgr.smithi005.opddmj (mgr.14182) 1019 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:05.106 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:05.476 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:03.699532+0000 mgr.smithi005.opddmj (mgr.14182) 1020 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:05.476 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:04.690726+0000 mgr.smithi005.opddmj (mgr.14182) 1021 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:05.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:03.699532+0000 mgr.smithi005.opddmj (mgr.14182) 1020 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:05.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:04.690726+0000 mgr.smithi005.opddmj (mgr.14182) 1021 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:06.469 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:06.470 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:06.864 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:07.865 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:08.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:06.463982+0000 mgr.smithi005.opddmj (mgr.14182) 1022 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:08.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:06.691509+0000 mgr.smithi005.opddmj (mgr.14182) 1023 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:06.463982+0000 mgr.smithi005.opddmj (mgr.14182) 1022 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:06.691509+0000 mgr.smithi005.opddmj (mgr.14182) 1023 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:09.306 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:09.306 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:09.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:10.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:08.692374+0000 mgr.smithi005.opddmj (mgr.14182) 1024 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:08.692374+0000 mgr.smithi005.opddmj (mgr.14182) 1024 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:10.681 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:11.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:09.300058+0000 mgr.smithi005.opddmj (mgr.14182) 1025 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:11.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:09.300058+0000 mgr.smithi005.opddmj (mgr.14182) 1025 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:12.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:10.693105+0000 mgr.smithi005.opddmj (mgr.14182) 1026 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:12.127 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:12.128 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:10.693105+0000 mgr.smithi005.opddmj (mgr.14182) 1026 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:12.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:13.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:12.121559+0000 mgr.smithi005.opddmj (mgr.14182) 1027 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:13.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:12.121559+0000 mgr.smithi005.opddmj (mgr.14182) 1027 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:13.511 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:13.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:12.693959+0000 mgr.smithi005.opddmj (mgr.14182) 1028 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:12.693959+0000 mgr.smithi005.opddmj (mgr.14182) 1028 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:14.917 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:14.917 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:15.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:16.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:14.694512+0000 mgr.smithi005.opddmj (mgr.14182) 1029 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:16.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:14.911080+0000 mgr.smithi005.opddmj (mgr.14182) 1030 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:14.694512+0000 mgr.smithi005.opddmj (mgr.14182) 1029 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:14.911080+0000 mgr.smithi005.opddmj (mgr.14182) 1030 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:16.296 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:17.687 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:17.688 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:18.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:16.695345+0000 mgr.smithi005.opddmj (mgr.14182) 1031 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:18.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:18.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:16.695345+0000 mgr.smithi005.opddmj (mgr.14182) 1031 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:19.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:19.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:17.681912+0000 mgr.smithi005.opddmj (mgr.14182) 1032 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:19.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:17.681912+0000 mgr.smithi005.opddmj (mgr.14182) 1032 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:20.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:18.696243+0000 mgr.smithi005.opddmj (mgr.14182) 1033 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:18.696243+0000 mgr.smithi005.opddmj (mgr.14182) 1033 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:20.491 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:20.491 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:20.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:21.895 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:20.485269+0000 mgr.smithi005.opddmj (mgr.14182) 1034 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:20.696959+0000 mgr.smithi005.opddmj (mgr.14182) 1035 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:20.485269+0000 mgr.smithi005.opddmj (mgr.14182) 1034 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:20.696959+0000 mgr.smithi005.opddmj (mgr.14182) 1035 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:23.318 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:23.318 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:23.693 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:22.697784+0000 mgr.smithi005.opddmj (mgr.14182) 1036 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:22.697784+0000 mgr.smithi005.opddmj (mgr.14182) 1036 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:24.694 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:25.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:23.312369+0000 mgr.smithi005.opddmj (mgr.14182) 1037 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:23.312369+0000 mgr.smithi005.opddmj (mgr.14182) 1037 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:26.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:24.698406+0000 mgr.smithi005.opddmj (mgr.14182) 1038 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:26.106 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:26.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:24.698406+0000 mgr.smithi005.opddmj (mgr.14182) 1038 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:26.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:27.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:26.100835+0000 mgr.smithi005.opddmj (mgr.14182) 1039 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:27.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:26.100835+0000 mgr.smithi005.opddmj (mgr.14182) 1039 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:27.487 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:28.163 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:26.699150+0000 mgr.smithi005.opddmj (mgr.14182) 1040 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:26.699150+0000 mgr.smithi005.opddmj (mgr.14182) 1040 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:28.873 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:28.873 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:29.207 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:30.208 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:28.699809+0000 mgr.smithi005.opddmj (mgr.14182) 1041 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:28.867108+0000 mgr.smithi005.opddmj (mgr.14182) 1042 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:30.243 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:28.699809+0000 mgr.smithi005.opddmj (mgr.14182) 1041 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:30.243 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:28.867108+0000 mgr.smithi005.opddmj (mgr.14182) 1042 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:31.624 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:31.624 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:31.991 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:30.700438+0000 mgr.smithi005.opddmj (mgr.14182) 1043 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:31.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:30.700438+0000 mgr.smithi005.opddmj (mgr.14182) 1043 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:32.994 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:33.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:31.617969+0000 mgr.smithi005.opddmj (mgr.14182) 1044 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:33.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:31.617969+0000 mgr.smithi005.opddmj (mgr.14182) 1044 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:34.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:32.701269+0000 mgr.smithi005.opddmj (mgr.14182) 1045 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:32.701269+0000 mgr.smithi005.opddmj (mgr.14182) 1045 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:34.419 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:34.419 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:34.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:35.862 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:36.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:34.413499+0000 mgr.smithi005.opddmj (mgr.14182) 1046 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:36.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:34.701860+0000 mgr.smithi005.opddmj (mgr.14182) 1047 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:34.413499+0000 mgr.smithi005.opddmj (mgr.14182) 1046 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:34.701860+0000 mgr.smithi005.opddmj (mgr.14182) 1047 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:37.303 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:37.303 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:37.675 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:38.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:36.702592+0000 mgr.smithi005.opddmj (mgr.14182) 1048 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:36.702592+0000 mgr.smithi005.opddmj (mgr.14182) 1048 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:38.676 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:39.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:37.297423+0000 mgr.smithi005.opddmj (mgr.14182) 1049 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:37.297423+0000 mgr.smithi005.opddmj (mgr.14182) 1049 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:40.004 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:40.005 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:40.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:38.703339+0000 mgr.smithi005.opddmj (mgr.14182) 1050 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:38.703339+0000 mgr.smithi005.opddmj (mgr.14182) 1050 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:40.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:41.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:39.998455+0000 mgr.smithi005.opddmj (mgr.14182) 1051 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:41.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:39.998455+0000 mgr.smithi005.opddmj (mgr.14182) 1051 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:41.391 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:42.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:40.704105+0000 mgr.smithi005.opddmj (mgr.14182) 1052 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:42.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:40.704105+0000 mgr.smithi005.opddmj (mgr.14182) 1052 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:42.822 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:42.823 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:43.199 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:44.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:42.704846+0000 mgr.smithi005.opddmj (mgr.14182) 1053 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:42.816913+0000 mgr.smithi005.opddmj (mgr.14182) 1054 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:44.236 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:42.704846+0000 mgr.smithi005.opddmj (mgr.14182) 1053 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:44.236 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:42.816913+0000 mgr.smithi005.opddmj (mgr.14182) 1054 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:45.213 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:44.685701+0000 mon.smithi005 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:22:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:44.685701+0000 mon.smithi005 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:22:45.613 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:45.613 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:16:45.069305Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:16:42.704740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:16:45.069453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:16:42.704921Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:16:42.705009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:16:42.705087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:16:42.705162Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:16:45.069593Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:16:42.705455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:45.894 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:44.705397+0000 mgr.smithi005.opddmj (mgr.14182) 1055 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:46.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:44.705397+0000 mgr.smithi005.opddmj (mgr.14182) 1055 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:47.124 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:47.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:45.607241+0000 mgr.smithi005.opddmj (mgr.14182) 1056 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:47.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:46.225874+0000 mon.smithi005 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:45.607241+0000 mgr.smithi005.opddmj (mgr.14182) 1056 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:47.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:46.225874+0000 mon.smithi005 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:48.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:46.706337+0000 mgr.smithi005.opddmj (mgr.14182) 1057 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:48.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:46.706337+0000 mgr.smithi005.opddmj (mgr.14182) 1057 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:48.749 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:48.749 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:49.132 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.276806+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.636768+0000 mon.smithi005 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.637677+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.643059+0000 mon.smithi005 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:48.643778+0000 mgr.smithi005.opddmj (mgr.14182) 1058 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.647222+0000 mon.smithi005 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:22:48.654401+0000 mgr.smithi005.opddmj (mgr.14182) 1059 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.mykokm on smithi032 2024-02-20T00:22:49.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:48.743556+0000 mgr.smithi005.opddmj (mgr.14182) 1060 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.276806+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.636768+0000 mon.smithi005 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.637677+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.643059+0000 mon.smithi005 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:48.643778+0000 mgr.smithi005.opddmj (mgr.14182) 1058 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.647222+0000 mon.smithi005 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:22:49.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:22:48.654401+0000 mgr.smithi005.opddmj (mgr.14182) 1059 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi032.mykokm on smithi032 2024-02-20T00:22:49.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:48.743556+0000 mgr.smithi005.opddmj (mgr.14182) 1060 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:50.134 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:50.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:49.641129+0000 mon.smithi005 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:22:50.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:49.641178+0000 mon.smithi005 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-20T00:22:50.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:49.641129+0000 mon.smithi005 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:22:50.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:49.641178+0000 mon.smithi005 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-20T00:22:51.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:50.644404+0000 mgr.smithi005.opddmj (mgr.14182) 1061 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:51.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:50.644404+0000 mgr.smithi005.opddmj (mgr.14182) 1061 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:51.569 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:51.569 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:51.898 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:52.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:51.564017+0000 mgr.smithi005.opddmj (mgr.14182) 1062 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:52.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:51.564017+0000 mgr.smithi005.opddmj (mgr.14182) 1062 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:52.898 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:53.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:52.645247+0000 mgr.smithi005.opddmj (mgr.14182) 1063 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:53.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:52.645247+0000 mgr.smithi005.opddmj (mgr.14182) 1063 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:54.280 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:54.280 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:54.647 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:55.649 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:55.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:54.274168+0000 mgr.smithi005.opddmj (mgr.14182) 1064 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:55.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:54.645769+0000 mgr.smithi005.opddmj (mgr.14182) 1065 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:56.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:54.274168+0000 mgr.smithi005.opddmj (mgr.14182) 1064 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:56.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:54.645769+0000 mgr.smithi005.opddmj (mgr.14182) 1065 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:57.061 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:57.062 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:22:57.457 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:22:57.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:56.646987+0000 mgr.smithi005.opddmj (mgr.14182) 1066 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:57.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:22:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:57.055977+0000 mgr.smithi005.opddmj (mgr.14182) 1067 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:58.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:56.646987+0000 mgr.smithi005.opddmj (mgr.14182) 1066 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:22:58.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:22:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:57.055977+0000 mgr.smithi005.opddmj (mgr.14182) 1067 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:22:58.458 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:59.875 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:22:59.875 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:00.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:00.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:22:58.647525+0000 mgr.smithi005.opddmj (mgr.14182) 1068 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:00.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:59.261307+0000 mon.smithi005 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:23:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:22:58.647525+0000 mgr.smithi005.opddmj (mgr.14182) 1068 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:00.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:59.261307+0000 mon.smithi005 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' 2024-02-20T00:23:01.256 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:01.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:22:59.868962+0000 mgr.smithi005.opddmj (mgr.14182) 1069 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:01.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:22:59.868962+0000 mgr.smithi005.opddmj (mgr.14182) 1069 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:02.668 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:02.668 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:02.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:00.647991+0000 mgr.smithi005.opddmj (mgr.14182) 1070 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:02.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:00.647991+0000 mgr.smithi005.opddmj (mgr.14182) 1070 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:03.046 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:04.046 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:04.417 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:02.648739+0000 mgr.smithi005.opddmj (mgr.14182) 1071 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:04.418 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:04 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:02.662656+0000 mgr.smithi005.opddmj (mgr.14182) 1072 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:04.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:02.648739+0000 mgr.smithi005.opddmj (mgr.14182) 1071 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:04.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:04 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:02.662656+0000 mgr.smithi005.opddmj (mgr.14182) 1072 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:05.468 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:05.468 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:05.854 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:06.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:04.649322+0000 mgr.smithi005.opddmj (mgr.14182) 1073 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:06.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:04.649322+0000 mgr.smithi005.opddmj (mgr.14182) 1073 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:06.855 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:07.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:05.462211+0000 mgr.smithi005.opddmj (mgr.14182) 1074 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:07.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:06.649838+0000 mgr.smithi005.opddmj (mgr.14182) 1075 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:05.462211+0000 mgr.smithi005.opddmj (mgr.14182) 1074 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:07.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:06.649838+0000 mgr.smithi005.opddmj (mgr.14182) 1075 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:08.270 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:08.270 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:08.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:08.263552+0000 mgr.smithi005.opddmj (mgr.14182) 1076 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:08.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:08.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:08.263552+0000 mgr.smithi005.opddmj (mgr.14182) 1076 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:09.654 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:09.689 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:08.650414+0000 mgr.smithi005.opddmj (mgr.14182) 1077 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:09.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:08.650414+0000 mgr.smithi005.opddmj (mgr.14182) 1077 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:11.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:11.153 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:11.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:11.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:10.650943+0000 mgr.smithi005.opddmj (mgr.14182) 1078 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:11.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:11.146841+0000 mgr.smithi005.opddmj (mgr.14182) 1079 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:12.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:10.650943+0000 mgr.smithi005.opddmj (mgr.14182) 1078 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:12.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:11.146841+0000 mgr.smithi005.opddmj (mgr.14182) 1079 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:12.546 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:13.966 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:12.651712+0000 mgr.smithi005.opddmj (mgr.14182) 1080 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:13.972 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:13.972 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:13.999 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:12.651712+0000 mgr.smithi005.opddmj (mgr.14182) 1080 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:14.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:15.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:14 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:13.966284+0000 mgr.smithi005.opddmj (mgr.14182) 1081 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:15.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:14 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:13.966284+0000 mgr.smithi005.opddmj (mgr.14182) 1081 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:15.371 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:16.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:14.652326+0000 mgr.smithi005.opddmj (mgr.14182) 1082 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:14.652326+0000 mgr.smithi005.opddmj (mgr.14182) 1082 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:16.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:16.824 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:17.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:18.204 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:18.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:16.652809+0000 mgr.smithi005.opddmj (mgr.14182) 1083 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:18.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:16.818730+0000 mgr.smithi005.opddmj (mgr.14182) 1084 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:18.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:16.652809+0000 mgr.smithi005.opddmj (mgr.14182) 1083 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:18.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:16.818730+0000 mgr.smithi005.opddmj (mgr.14182) 1084 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:19.620 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:19.620 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:20.002 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:20.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:18.653373+0000 mgr.smithi005.opddmj (mgr.14182) 1085 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:20.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:18.653373+0000 mgr.smithi005.opddmj (mgr.14182) 1085 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:21.003 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:21.365 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:19.613165+0000 mgr.smithi005.opddmj (mgr.14182) 1086 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:19.613165+0000 mgr.smithi005.opddmj (mgr.14182) 1086 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:22.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:20.653901+0000 mgr.smithi005.opddmj (mgr.14182) 1087 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:22.411 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:22.411 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:22.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:20.653901+0000 mgr.smithi005.opddmj (mgr.14182) 1087 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:22.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:23.786 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:24.480 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:22.405232+0000 mgr.smithi005.opddmj (mgr.14182) 1088 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:24.481 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:22.654573+0000 mgr.smithi005.opddmj (mgr.14182) 1089 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:24.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:22.405232+0000 mgr.smithi005.opddmj (mgr.14182) 1088 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:24.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:22.654573+0000 mgr.smithi005.opddmj (mgr.14182) 1089 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:25.234 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:25.234 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:25.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:26.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:24.655129+0000 mgr.smithi005.opddmj (mgr.14182) 1090 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:26.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:25.227936+0000 mgr.smithi005.opddmj (mgr.14182) 1091 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:26.611 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:24.655129+0000 mgr.smithi005.opddmj (mgr.14182) 1090 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:25.227936+0000 mgr.smithi005.opddmj (mgr.14182) 1091 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:28.038 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:28.038 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:28.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:26.655688+0000 mgr.smithi005.opddmj (mgr.14182) 1092 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:28.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:28.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:26.655688+0000 mgr.smithi005.opddmj (mgr.14182) 1092 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:29.435 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:28.032855+0000 mgr.smithi005.opddmj (mgr.14182) 1093 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:29.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:28.032855+0000 mgr.smithi005.opddmj (mgr.14182) 1093 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:30.466 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:28.656410+0000 mgr.smithi005.opddmj (mgr.14182) 1094 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:30.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:28.656410+0000 mgr.smithi005.opddmj (mgr.14182) 1094 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:30.852 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:30.852 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:31.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:32.225 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:32.595 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:30.656861+0000 mgr.smithi005.opddmj (mgr.14182) 1095 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:32.595 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:32 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:30.846555+0000 mgr.smithi005.opddmj (mgr.14182) 1096 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:32.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:30.656861+0000 mgr.smithi005.opddmj (mgr.14182) 1095 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:32.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:32 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:30.846555+0000 mgr.smithi005.opddmj (mgr.14182) 1096 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:33.669 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:33.669 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:34.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:34.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:32.657545+0000 mgr.smithi005.opddmj (mgr.14182) 1097 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:34.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:32.657545+0000 mgr.smithi005.opddmj (mgr.14182) 1097 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:35.051 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:35.422 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:33.663311+0000 mgr.smithi005.opddmj (mgr.14182) 1098 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:35.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:33.663311+0000 mgr.smithi005.opddmj (mgr.14182) 1098 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:36.506 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:36.506 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:36.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:36 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:34.658157+0000 mgr.smithi005.opddmj (mgr.14182) 1099 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:36.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:36 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:34.658157+0000 mgr.smithi005.opddmj (mgr.14182) 1099 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:36.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:36.499358+0000 mgr.smithi005.opddmj (mgr.14182) 1100 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:37.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:36.658948+0000 mgr.smithi005.opddmj (mgr.14182) 1101 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:37.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:36.499358+0000 mgr.smithi005.opddmj (mgr.14182) 1100 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:37.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:36.658948+0000 mgr.smithi005.opddmj (mgr.14182) 1101 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:37.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:39.310 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:39.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:40.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:38.659583+0000 mgr.smithi005.opddmj (mgr.14182) 1102 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:38.659583+0000 mgr.smithi005.opddmj (mgr.14182) 1102 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:40.644 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:41.002 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:39.304205+0000 mgr.smithi005.opddmj (mgr.14182) 1103 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:41.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:39.304205+0000 mgr.smithi005.opddmj (mgr.14182) 1103 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:42.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:40.660116+0000 mgr.smithi005.opddmj (mgr.14182) 1104 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:42.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:42.151 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:42.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:40.660116+0000 mgr.smithi005.opddmj (mgr.14182) 1104 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:42.523 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:43.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:42.145281+0000 mgr.smithi005.opddmj (mgr.14182) 1105 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:42.145281+0000 mgr.smithi005.opddmj (mgr.14182) 1105 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:43.524 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:43.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:42.660866+0000 mgr.smithi005.opddmj (mgr.14182) 1106 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:42.660866+0000 mgr.smithi005.opddmj (mgr.14182) 1106 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:44.949 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:44.949 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:45.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:46.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:44.661293+0000 mgr.smithi005.opddmj (mgr.14182) 1107 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:46.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:44.943158+0000 mgr.smithi005.opddmj (mgr.14182) 1108 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:44.661293+0000 mgr.smithi005.opddmj (mgr.14182) 1107 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:44.943158+0000 mgr.smithi005.opddmj (mgr.14182) 1108 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:46.333 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:47.736 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:47.736 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:48.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:46.661973+0000 mgr.smithi005.opddmj (mgr.14182) 1109 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:48.156 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:46.661973+0000 mgr.smithi005.opddmj (mgr.14182) 1109 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:49.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:47.730575+0000 mgr.smithi005.opddmj (mgr.14182) 1110 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:49.158 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:49.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:47.730575+0000 mgr.smithi005.opddmj (mgr.14182) 1110 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:49.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:48.662710+0000 mgr.smithi005.opddmj (mgr.14182) 1111 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:48.662710+0000 mgr.smithi005.opddmj (mgr.14182) 1111 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:50.533 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:50.533 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:50.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:51.916 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:52.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:50.527469+0000 mgr.smithi005.opddmj (mgr.14182) 1112 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:52.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:50.663201+0000 mgr.smithi005.opddmj (mgr.14182) 1113 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:50.527469+0000 mgr.smithi005.opddmj (mgr.14182) 1112 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:50.663201+0000 mgr.smithi005.opddmj (mgr.14182) 1113 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:53.325 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:53.325 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:53.714 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:54.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:52.664069+0000 mgr.smithi005.opddmj (mgr.14182) 1114 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:54.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:52.664069+0000 mgr.smithi005.opddmj (mgr.14182) 1114 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:54.715 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:55.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:53.319051+0000 mgr.smithi005.opddmj (mgr.14182) 1115 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:55.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:53.319051+0000 mgr.smithi005.opddmj (mgr.14182) 1115 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:56.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:54.664711+0000 mgr.smithi005.opddmj (mgr.14182) 1116 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:56.123 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:56.123 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:54.664711+0000 mgr.smithi005.opddmj (mgr.14182) 1116 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:56.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:23:57.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:56.117880+0000 mgr.smithi005.opddmj (mgr.14182) 1117 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:57.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:56.117880+0000 mgr.smithi005.opddmj (mgr.14182) 1117 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:23:57.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:57.850 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:56.665473+0000 mgr.smithi005.opddmj (mgr.14182) 1118 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:56.665473+0000 mgr.smithi005.opddmj (mgr.14182) 1118 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:23:58.875 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:23:58.876 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:23:59.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:23:58.665979+0000 mgr.smithi005.opddmj (mgr.14182) 1119 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:23:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:23:58.869451+0000 mgr.smithi005.opddmj (mgr.14182) 1120 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:00.256 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:00.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:23:58.665979+0000 mgr.smithi005.opddmj (mgr.14182) 1119 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:00.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:23:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:23:58.869451+0000 mgr.smithi005.opddmj (mgr.14182) 1120 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:01.718 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:01.718 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:02.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:00.666442+0000 mgr.smithi005.opddmj (mgr.14182) 1121 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:02.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:00.666442+0000 mgr.smithi005.opddmj (mgr.14182) 1121 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:03.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:03.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:02 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:01.712235+0000 mgr.smithi005.opddmj (mgr.14182) 1122 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:03.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:02 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:01.712235+0000 mgr.smithi005.opddmj (mgr.14182) 1122 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:04.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:02.667207+0000 mgr.smithi005.opddmj (mgr.14182) 1123 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:04.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:02.667207+0000 mgr.smithi005.opddmj (mgr.14182) 1123 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:04.517 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:04.518 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:04.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:05.913 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:05.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:04.511792+0000 mgr.smithi005.opddmj (mgr.14182) 1124 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:05.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:04.667718+0000 mgr.smithi005.opddmj (mgr.14182) 1125 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:04.511792+0000 mgr.smithi005.opddmj (mgr.14182) 1124 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:04.667718+0000 mgr.smithi005.opddmj (mgr.14182) 1125 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:07.298 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:07.298 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:07.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:08.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:06.668518+0000 mgr.smithi005.opddmj (mgr.14182) 1126 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:06.668518+0000 mgr.smithi005.opddmj (mgr.14182) 1126 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:08.679 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:09.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:08 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:07.292367+0000 mgr.smithi005.opddmj (mgr.14182) 1127 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:09.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:08 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:07.292367+0000 mgr.smithi005.opddmj (mgr.14182) 1127 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:10.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:08.669248+0000 mgr.smithi005.opddmj (mgr.14182) 1128 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:10.056 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:10.056 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:08.669248+0000 mgr.smithi005.opddmj (mgr.14182) 1128 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:10.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:11.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:10 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:10.050282+0000 mgr.smithi005.opddmj (mgr.14182) 1129 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:11.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:10 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:10.050282+0000 mgr.smithi005.opddmj (mgr.14182) 1129 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:11.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:12.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:10.669823+0000 mgr.smithi005.opddmj (mgr.14182) 1130 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:12.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:10.669823+0000 mgr.smithi005.opddmj (mgr.14182) 1130 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:12.863 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:12.863 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:13.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:12.670436+0000 mgr.smithi005.opddmj (mgr.14182) 1131 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:14.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:12.857693+0000 mgr.smithi005.opddmj (mgr.14182) 1132 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:14.237 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:14.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:12.670436+0000 mgr.smithi005.opddmj (mgr.14182) 1131 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:14.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:12.857693+0000 mgr.smithi005.opddmj (mgr.14182) 1132 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:15.648 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:15.648 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:15.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:14.671115+0000 mgr.smithi005.opddmj (mgr.14182) 1133 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:16.018 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:16.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:14.671115+0000 mgr.smithi005.opddmj (mgr.14182) 1133 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:17.019 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:17.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:16 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:15.642173+0000 mgr.smithi005.opddmj (mgr.14182) 1134 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:17.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:16 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:15.642173+0000 mgr.smithi005.opddmj (mgr.14182) 1134 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:18.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:17 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:16.671821+0000 mgr.smithi005.opddmj (mgr.14182) 1135 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:18.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:17 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:16.671821+0000 mgr.smithi005.opddmj (mgr.14182) 1135 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:18.403 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:18.404 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:18.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:19.812 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:20.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:18.397626+0000 mgr.smithi005.opddmj (mgr.14182) 1136 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:20.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:18.672459+0000 mgr.smithi005.opddmj (mgr.14182) 1137 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:18.397626+0000 mgr.smithi005.opddmj (mgr.14182) 1136 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:20.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:18.672459+0000 mgr.smithi005.opddmj (mgr.14182) 1137 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:21.220 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:21.220 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:21.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:20.673136+0000 mgr.smithi005.opddmj (mgr.14182) 1138 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:22.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:21.214943+0000 mgr.smithi005.opddmj (mgr.14182) 1139 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:20.673136+0000 mgr.smithi005.opddmj (mgr.14182) 1138 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:22.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:21.214943+0000 mgr.smithi005.opddmj (mgr.14182) 1139 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:22.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:24.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:23 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:22.673851+0000 mgr.smithi005.opddmj (mgr.14182) 1140 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:24.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:24.031 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:24.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:23 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:22.673851+0000 mgr.smithi005.opddmj (mgr.14182) 1140 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:24.410 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:25.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:24.025578+0000 mgr.smithi005.opddmj (mgr.14182) 1141 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:25.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:24.025578+0000 mgr.smithi005.opddmj (mgr.14182) 1141 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:25.411 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:26.080 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:25 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:24.674524+0000 mgr.smithi005.opddmj (mgr.14182) 1142 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:26.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:25 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:24.674524+0000 mgr.smithi005.opddmj (mgr.14182) 1142 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:26.813 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:26.814 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:27.209 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:28.210 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:26.675077+0000 mgr.smithi005.opddmj (mgr.14182) 1143 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:28.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:26.808187+0000 mgr.smithi005.opddmj (mgr.14182) 1144 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:28.244 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:26.675077+0000 mgr.smithi005.opddmj (mgr.14182) 1143 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:28.244 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:26.808187+0000 mgr.smithi005.opddmj (mgr.14182) 1144 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:29.623 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:29.623 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:29.990 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:28.675653+0000 mgr.smithi005.opddmj (mgr.14182) 1145 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:29.992 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:30.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:28.675653+0000 mgr.smithi005.opddmj (mgr.14182) 1145 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:30.992 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:31.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:29.616327+0000 mgr.smithi005.opddmj (mgr.14182) 1146 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:31.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:29.616327+0000 mgr.smithi005.opddmj (mgr.14182) 1146 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:32.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:30.676253+0000 mgr.smithi005.opddmj (mgr.14182) 1147 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:32.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:30.676253+0000 mgr.smithi005.opddmj (mgr.14182) 1147 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:32.429 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:32.429 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:32.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:33.809 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:34.179 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:32.423897+0000 mgr.smithi005.opddmj (mgr.14182) 1148 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:34.179 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:32.676956+0000 mgr.smithi005.opddmj (mgr.14182) 1149 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:32.423897+0000 mgr.smithi005.opddmj (mgr.14182) 1148 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:32.676956+0000 mgr.smithi005.opddmj (mgr.14182) 1149 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:35.245 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:35.245 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:35.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:34.677404+0000 mgr.smithi005.opddmj (mgr.14182) 1150 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:35.239780+0000 mgr.smithi005.opddmj (mgr.14182) 1151 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:36.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:34.677404+0000 mgr.smithi005.opddmj (mgr.14182) 1150 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:36.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:35.239780+0000 mgr.smithi005.opddmj (mgr.14182) 1151 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:36.626 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:38.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:36.677987+0000 mgr.smithi005.opddmj (mgr.14182) 1152 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:38.036 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:38.036 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:36.677987+0000 mgr.smithi005.opddmj (mgr.14182) 1152 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:38.379 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:39.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:38 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:38.031251+0000 mgr.smithi005.opddmj (mgr.14182) 1153 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:39.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:38 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:38.031251+0000 mgr.smithi005.opddmj (mgr.14182) 1153 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:39.380 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:40.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:38.678642+0000 mgr.smithi005.opddmj (mgr.14182) 1154 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:38.678642+0000 mgr.smithi005.opddmj (mgr.14182) 1154 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:40.761 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:40.761 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:41.140 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:42.141 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:42.176 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:40.679079+0000 mgr.smithi005.opddmj (mgr.14182) 1155 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:42.177 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:40.755523+0000 mgr.smithi005.opddmj (mgr.14182) 1156 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:42.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:40.679079+0000 mgr.smithi005.opddmj (mgr.14182) 1155 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:42.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:40.755523+0000 mgr.smithi005.opddmj (mgr.14182) 1156 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:43.598 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:43.598 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:43.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:42.679770+0000 mgr.smithi005.opddmj (mgr.14182) 1157 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:44.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:42.679770+0000 mgr.smithi005.opddmj (mgr.14182) 1157 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:44.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:45.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:44 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:43.592235+0000 mgr.smithi005.opddmj (mgr.14182) 1158 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:45.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:44 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:43.592235+0000 mgr.smithi005.opddmj (mgr.14182) 1158 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:46.004 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:44.680330+0000 mgr.smithi005.opddmj (mgr.14182) 1159 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:44.680330+0000 mgr.smithi005.opddmj (mgr.14182) 1159 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:46.400 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:46.400 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:46.772 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:47.773 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:48.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:46.394109+0000 mgr.smithi005.opddmj (mgr.14182) 1160 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:48.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:47 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:46.680895+0000 mgr.smithi005.opddmj (mgr.14182) 1161 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:46.394109+0000 mgr.smithi005.opddmj (mgr.14182) 1160 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:48.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:47 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:46.680895+0000 mgr.smithi005.opddmj (mgr.14182) 1161 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:49.177 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:49.177 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:49.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:48.681634+0000 mgr.smithi005.opddmj (mgr.14182) 1162 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:50.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:49.170845+0000 mgr.smithi005.opddmj (mgr.14182) 1163 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:50.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:48.681634+0000 mgr.smithi005.opddmj (mgr.14182) 1162 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:50.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:49.170845+0000 mgr.smithi005.opddmj (mgr.14182) 1163 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:50.575 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:51.956 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:51.956 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:52.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:51 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:50.682131+0000 mgr.smithi005.opddmj (mgr.14182) 1164 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:52.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:51 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:50.682131+0000 mgr.smithi005.opddmj (mgr.14182) 1164 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:52.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:53.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:51.949978+0000 mgr.smithi005.opddmj (mgr.14182) 1165 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:53.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:51.949978+0000 mgr.smithi005.opddmj (mgr.14182) 1165 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:53.324 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:54.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:53 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:52.683019+0000 mgr.smithi005.opddmj (mgr.14182) 1166 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:54.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:53 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:52.683019+0000 mgr.smithi005.opddmj (mgr.14182) 1166 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:54.700 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:54.700 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:55.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:56.081 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:54.683431+0000 mgr.smithi005.opddmj (mgr.14182) 1167 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:56.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:54.694693+0000 mgr.smithi005.opddmj (mgr.14182) 1168 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:56.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:54.683431+0000 mgr.smithi005.opddmj (mgr.14182) 1167 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:56.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:54.694693+0000 mgr.smithi005.opddmj (mgr.14182) 1168 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:57.437 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:24:57.438 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:24:57.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:24:58.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:56.684186+0000 mgr.smithi005.opddmj (mgr.14182) 1169 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:58.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:56.684186+0000 mgr.smithi005.opddmj (mgr.14182) 1169 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:24:58.822 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:59.192 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:58 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:24:57.431955+0000 mgr.smithi005.opddmj (mgr.14182) 1170 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:24:59.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:58 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:24:57.431955+0000 mgr.smithi005.opddmj (mgr.14182) 1170 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:00.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:24:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:24:58.684918+0000 mgr.smithi005.opddmj (mgr.14182) 1171 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:00.248 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:00.248 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:00.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:24:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:24:58.684918+0000 mgr.smithi005.opddmj (mgr.14182) 1171 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:00.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:01.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:00 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:00.241577+0000 mgr.smithi005.opddmj (mgr.14182) 1172 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:01.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:00.241577+0000 mgr.smithi005.opddmj (mgr.14182) 1172 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:01.630 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:02.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:00.685621+0000 mgr.smithi005.opddmj (mgr.14182) 1173 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:02.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:01 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:00.685621+0000 mgr.smithi005.opddmj (mgr.14182) 1173 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:03.079 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:03.079 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:03.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:04.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:02.686260+0000 mgr.smithi005.opddmj (mgr.14182) 1174 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:04.217 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:03 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:03.073996+0000 mgr.smithi005.opddmj (mgr.14182) 1175 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:04.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:02.686260+0000 mgr.smithi005.opddmj (mgr.14182) 1174 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:04.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:03 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:03.073996+0000 mgr.smithi005.opddmj (mgr.14182) 1175 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:04.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:05.956 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:05.956 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:06.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:05 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:04.686693+0000 mgr.smithi005.opddmj (mgr.14182) 1176 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:06.227 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:05 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:04.686693+0000 mgr.smithi005.opddmj (mgr.14182) 1176 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:06.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:07.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:06 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:05.949701+0000 mgr.smithi005.opddmj (mgr.14182) 1177 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:07.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:06 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:05.949701+0000 mgr.smithi005.opddmj (mgr.14182) 1177 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:07.347 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:08.007 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:07 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:06.687497+0000 mgr.smithi005.opddmj (mgr.14182) 1178 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:08.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:07 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:06.687497+0000 mgr.smithi005.opddmj (mgr.14182) 1178 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:08.795 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:08.795 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:09.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:10.135 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:08.688053+0000 mgr.smithi005.opddmj (mgr.14182) 1179 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:10.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:09 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:08.789118+0000 mgr.smithi005.opddmj (mgr.14182) 1180 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:10.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:08.688053+0000 mgr.smithi005.opddmj (mgr.14182) 1179 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:10.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:09 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:08.789118+0000 mgr.smithi005.opddmj (mgr.14182) 1180 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:11.570 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:11.570 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:11.961 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:12.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:11 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:10.688546+0000 mgr.smithi005.opddmj (mgr.14182) 1181 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:12.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:11 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:10.688546+0000 mgr.smithi005.opddmj (mgr.14182) 1181 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:12.962 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:13.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:12 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:11.564685+0000 mgr.smithi005.opddmj (mgr.14182) 1182 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:13.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:12 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:11.564685+0000 mgr.smithi005.opddmj (mgr.14182) 1182 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:14.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:13 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:12.689367+0000 mgr.smithi005.opddmj (mgr.14182) 1183 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:14.367 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:14.367 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:14.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:13 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:12.689367+0000 mgr.smithi005.opddmj (mgr.14182) 1183 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:14.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:15.753 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:14.361870+0000 mgr.smithi005.opddmj (mgr.14182) 1184 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:16.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:15 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:14.690021+0000 mgr.smithi005.opddmj (mgr.14182) 1185 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:16.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:14.361870+0000 mgr.smithi005.opddmj (mgr.14182) 1184 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:16.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:15 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:14.690021+0000 mgr.smithi005.opddmj (mgr.14182) 1185 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:17.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:17.153 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:16:40.756312Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.jyntps on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:17.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:18.528 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:18.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:16.690679+0000 mgr.smithi005.opddmj (mgr.14182) 1186 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:18.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:17.147623+0000 mgr.smithi005.opddmj (mgr.14182) 1187 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:18.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:18 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:17.853495+0000 mon.smithi005 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.mykokm"}]: dispatch 2024-02-20T00:25:18.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:16.690679+0000 mgr.smithi005.opddmj (mgr.14182) 1186 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:18.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:17.147623+0000 mgr.smithi005.opddmj (mgr.14182) 1187 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:18.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:18 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:17.853495+0000 mon.smithi005 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.5:0/2380489066' entity='mgr.smithi005.opddmj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi032.mykokm"}]: dispatch 2024-02-20T00:25:19.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:25:17.852840+0000 mgr.smithi005.opddmj (mgr.14182) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Traceback (most recent call last): 2024-02-20T00:25:19.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: yield (conn, connr) 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: code, '\n'.join(err))) 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:25:17.853059+0000 mgr.smithi005.opddmj (mgr.14182) 1189 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:25:17.854305+0000 mgr.smithi005.opddmj (mgr.14182) 1190 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.511 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:19 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cephadm 2024-02-20T00:25:17.856091+0000 mgr.smithi005.opddmj (mgr.14182) 1191 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.bxhjlo on smithi005 2024-02-20T00:25:19.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:25:17.852840+0000 mgr.smithi005.opddmj (mgr.14182) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Traceback (most recent call last): 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: yield (conn, connr) 2024-02-20T00:25:19.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: code, '\n'.join(err))) 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:25:17.853059+0000 mgr.smithi005.opddmj (mgr.14182) 1189 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:25:17.854305+0000 mgr.smithi005.opddmj (mgr.14182) 1190 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: /bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: Deploy daemon haproxy.rgw.foo.smithi032.mykokm ... 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:23:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr time="2024-02-20T00:24:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: 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=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:25:19.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:19 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cephadm 2024-02-20T00:25:17.856091+0000 mgr.smithi005.opddmj (mgr.14182) 1191 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi005.bxhjlo on smithi005 2024-02-20T00:25:19.940 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:19.940 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:20.342 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:20.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:20 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:18.691138+0000 mgr.smithi005.opddmj (mgr.14182) 1192 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:20.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:20 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:18.691138+0000 mgr.smithi005.opddmj (mgr.14182) 1192 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:21.343 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:21.466 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:21 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:19.934346+0000 mgr.smithi005.opddmj (mgr.14182) 1193 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:21.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:21 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:19.934346+0000 mgr.smithi005.opddmj (mgr.14182) 1193 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:22.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:22 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:20.691787+0000 mgr.smithi005.opddmj (mgr.14182) 1194 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:22.741 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:22.742 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:22.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:22 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:20.691787+0000 mgr.smithi005.opddmj (mgr.14182) 1194 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:23.086 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:24.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:22.692362+0000 mgr.smithi005.opddmj (mgr.14182) 1195 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:24.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:24 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:22.735239+0000 mgr.smithi005.opddmj (mgr.14182) 1196 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:24.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:22.692362+0000 mgr.smithi005.opddmj (mgr.14182) 1195 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:24.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:24 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:22.735239+0000 mgr.smithi005.opddmj (mgr.14182) 1196 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:25.508 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:25.509 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:25.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:26 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:24.692840+0000 mgr.smithi005.opddmj (mgr.14182) 1197 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:26.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:26 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:24.692840+0000 mgr.smithi005.opddmj (mgr.14182) 1197 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:26.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:27.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:27 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:25.502374+0000 mgr.smithi005.opddmj (mgr.14182) 1198 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:27.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:27 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:25.502374+0000 mgr.smithi005.opddmj (mgr.14182) 1198 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:28.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:28.297 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:28.590 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:28 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:26.693326+0000 mgr.smithi005.opddmj (mgr.14182) 1199 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:28.684 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:28.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:28 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:26.693326+0000 mgr.smithi005.opddmj (mgr.14182) 1199 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:29.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:29.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:29 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:28.291532+0000 mgr.smithi005.opddmj (mgr.14182) 1200 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:29.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:29 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:28.291532+0000 mgr.smithi005.opddmj (mgr.14182) 1200 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:30.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:30 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:28.693959+0000 mgr.smithi005.opddmj (mgr.14182) 1201 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:30.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:30 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:28.693959+0000 mgr.smithi005.opddmj (mgr.14182) 1201 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:31.082 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:31.082 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:31.472 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:30.694462+0000 mgr.smithi005.opddmj (mgr.14182) 1202 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:31.472 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:31 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:31.076739+0000 mgr.smithi005.opddmj (mgr.14182) 1203 : audit [DBG] from='client.16286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:31.474 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:31.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:30.694462+0000 mgr.smithi005.opddmj (mgr.14182) 1202 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:31.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:31 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:31.076739+0000 mgr.smithi005.opddmj (mgr.14182) 1203 : audit [DBG] from='client.16286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:32.475 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:33.916 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:33.916 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:33.942 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:33 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:32.695102+0000 mgr.smithi005.opddmj (mgr.14182) 1204 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:34.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:33 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:32.695102+0000 mgr.smithi005.opddmj (mgr.14182) 1204 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:34.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:35.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:34 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:33.908696+0000 mgr.smithi005.opddmj (mgr.14182) 1205 : audit [DBG] from='client.16290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:35.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:34 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:33.908696+0000 mgr.smithi005.opddmj (mgr.14182) 1205 : audit [DBG] from='client.16290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:35.292 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:35.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:35 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:34.695732+0000 mgr.smithi005.opddmj (mgr.14182) 1206 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:36.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:35 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:34.695732+0000 mgr.smithi005.opddmj (mgr.14182) 1206 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:36.682 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:36.682 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:37.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:38.073 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:38.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:36.676987+0000 mgr.smithi005.opddmj (mgr.14182) 1207 : audit [DBG] from='client.16294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:38.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:37 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:36.696228+0000 mgr.smithi005.opddmj (mgr.14182) 1208 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:36.676987+0000 mgr.smithi005.opddmj (mgr.14182) 1207 : audit [DBG] from='client.16294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:38.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:37 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:36.696228+0000 mgr.smithi005.opddmj (mgr.14182) 1208 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:39.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:39.472 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:39.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:40.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:39 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:38.696830+0000 mgr.smithi005.opddmj (mgr.14182) 1209 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:40.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:39 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:38.696830+0000 mgr.smithi005.opddmj (mgr.14182) 1209 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:40.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:41.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:40 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:39.466207+0000 mgr.smithi005.opddmj (mgr.14182) 1210 : audit [DBG] from='client.16298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:41.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:40 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:39.466207+0000 mgr.smithi005.opddmj (mgr.14182) 1210 : audit [DBG] from='client.16298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:42.202 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:42.203 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:42.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:41 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:40.697509+0000 mgr.smithi005.opddmj (mgr.14182) 1211 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:42.230 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:41 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:40.697509+0000 mgr.smithi005.opddmj (mgr.14182) 1211 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:42.589 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:43.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:42 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:42.196726+0000 mgr.smithi005.opddmj (mgr.14182) 1212 : audit [DBG] from='client.16302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:43.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:42 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:42.196726+0000 mgr.smithi005.opddmj (mgr.14182) 1212 : audit [DBG] from='client.16302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:43.590 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:43.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:43 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:42.698260+0000 mgr.smithi005.opddmj (mgr.14182) 1213 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:44.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:43 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:42.698260+0000 mgr.smithi005.opddmj (mgr.14182) 1213 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:45.061 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:45.061 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:45.439 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:44.698733+0000 mgr.smithi005.opddmj (mgr.14182) 1214 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:46.216 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:45 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:45.055600+0000 mgr.smithi005.opddmj (mgr.14182) 1215 : audit [DBG] from='client.16306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:46.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:44.698733+0000 mgr.smithi005.opddmj (mgr.14182) 1214 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:46.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:45 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:45.055600+0000 mgr.smithi005.opddmj (mgr.14182) 1215 : audit [DBG] from='client.16306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:46.440 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:47.878 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:47.878 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:48.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:48.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:48 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:46.699372+0000 mgr.smithi005.opddmj (mgr.14182) 1216 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:48.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:48 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:46.699372+0000 mgr.smithi005.opddmj (mgr.14182) 1216 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:49.255 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:49.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:49 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:47.872050+0000 mgr.smithi005.opddmj (mgr.14182) 1217 : audit [DBG] from='client.16310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:49.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:49 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:47.872050+0000 mgr.smithi005.opddmj (mgr.14182) 1217 : audit [DBG] from='client.16310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:50.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:50 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:48.700211+0000 mgr.smithi005.opddmj (mgr.14182) 1218 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:50.622 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:50.622 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:50.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:50 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:48.700211+0000 mgr.smithi005.opddmj (mgr.14182) 1218 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:51.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:52.014 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:52.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:50.616140+0000 mgr.smithi005.opddmj (mgr.14182) 1219 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:52.700 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:52 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:50.700720+0000 mgr.smithi005.opddmj (mgr.14182) 1220 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:52.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:50.616140+0000 mgr.smithi005.opddmj (mgr.14182) 1219 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:52.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:52 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:50.700720+0000 mgr.smithi005.opddmj (mgr.14182) 1220 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:53.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:53.449 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:53.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:54.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:54 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:52.701629+0000 mgr.smithi005.opddmj (mgr.14182) 1221 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:54.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:54 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:52.701629+0000 mgr.smithi005.opddmj (mgr.14182) 1221 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:25:54.846 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:55.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:53.443333+0000 mgr.smithi005.opddmj (mgr.14182) 1222 : audit [DBG] from='client.16318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:55.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:55 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:54.702111+0000 mgr.smithi005.opddmj (mgr.14182) 1223 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-20T00:25:55.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:53.443333+0000 mgr.smithi005.opddmj (mgr.14182) 1222 : audit [DBG] from='client.16318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:55.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:55 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:54.702111+0000 mgr.smithi005.opddmj (mgr.14182) 1223 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-20T00:25:56.308 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:56.309 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:56.603 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:56 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:56.302363+0000 mgr.smithi005.opddmj (mgr.14182) 1224 : audit [DBG] from='client.16322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:56.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:56.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:56 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:56.302363+0000 mgr.smithi005.opddmj (mgr.14182) 1224 : audit [DBG] from='client.16322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:25:57.687 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:57.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:57 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:56.702926+0000 mgr.smithi005.opddmj (mgr.14182) 1225 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-20T00:25:57.721 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:57 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:56.702926+0000 mgr.smithi005.opddmj (mgr.14182) 1225 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-20T00:25:59.117 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-20T00:25:59.118 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-20T00:01:53.638549Z", "last_refresh": "2024-02-20T00:22:48.268774Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:01:49.395009Z", "last_refresh": "2024-02-20T00:22:46.217698Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:01:51.759299Z", "last_refresh": "2024-02-20T00:22:48.268935Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:19:15.077818Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.abmfru on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-abmfru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.abmfru\nDeploy daemon haproxy.rgw.foo.smithi032.abmfru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:17:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:17:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:18:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.679550Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi005.fxwhrr on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi005-fxwhrr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi005.fxwhrr\nDeploy daemon haproxy.rgw.foo.smithi005.fxwhrr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:19:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:21:44.681029Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi005.xiwczp on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:21:44.682239Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi032.srptkw on smithi032: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-20T00:25:17.854185Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi032.mykokm on smithi032: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy-rgw-foo-smithi032-mykokm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\n/bin/podman: stderr Error: no such container ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-haproxy.rgw.foo.smithi032.mykokm\nDeploy daemon haproxy.rgw.foo.smithi032.mykokm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-20T00:23:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi032 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-20T00:05:37.042420Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-20T00:01:48.411253Z", "last_refresh": "2024-02-20T00:22:46.217993Z", "running": 2, "size": 2}}, {"events": ["2024-02-20T00:02:55.025500Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-20T00:02:55.022497Z", "last_refresh": "2024-02-20T00:22:46.218154Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-20T00:01:52.698534Z", "last_refresh": "2024-02-20T00:22:46.218336Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-20T00:03:25.402566Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-20T00:03:25.398147Z", "last_refresh": "2024-02-20T00:22:46.218449Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-20T00:01:50.442968Z", "last_refresh": "2024-02-20T00:22:48.269086Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:05:37.042099Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-20T00:05:43.228420Z", "last_refresh": "2024-02-20T00:22:46.218824Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-20T00:25:59.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-20T00:25:59.512 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T00:25:59.774 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=90ee8996537c4daab7bbeabdb532b05d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T00:25:59.776 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-20T00:25:59.786 INFO:tasks.vip:Removing 10.0.15.5 (and any VIPs) on smithi005.front.sepia.ceph.com iface ens1f0... 2024-02-20T00:25:59.786 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.15.5/16 dev ens1f0 2024-02-20T00:25:59.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.31.5/16 dev ens1f0 2024-02-20T00:25:59.904 INFO:teuthology.orchestra.run.smithi005.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T00:25:59.906 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T00:25:59.906 INFO:tasks.vip:Removing 10.0.15.32 (and any VIPs) on smithi032.front.sepia.ceph.com iface ens1f0... 2024-02-20T00:25:59.906 DEBUG:teuthology.orchestra.run.smithi032:> sudo ip addr del 10.0.15.32/16 dev ens1f0 2024-02-20T00:25:59.964 DEBUG:teuthology.orchestra.run.smithi032:> sudo ip addr del 10.0.31.5/16 dev ens1f0 2024-02-20T00:25:59.997 INFO:teuthology.orchestra.run.smithi032.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T00:25:59.998 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T00:25:59.999 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-20T00:26:00.009 INFO:tasks.cephadm:Teardown begin 2024-02-20T00:26:00.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:26:00.040 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: cluster 2024-02-20T00:25:58.703483+0000 mgr.smithi005.opddmj (mgr.14182) 1226 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2024-02-20T00:26:00.040 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:25:59 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: audit 2024-02-20T00:25:59.112145+0000 mgr.smithi005.opddmj (mgr.14182) 1227 : audit [DBG] from='client.16326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:26:00.045 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:26:00.075 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: cluster 2024-02-20T00:25:58.703483+0000 mgr.smithi005.opddmj (mgr.14182) 1226 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2024-02-20T00:26:00.076 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:25:59 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: audit 2024-02-20T00:25:59.112145+0000 mgr.smithi005.opddmj (mgr.14182) 1227 : audit [DBG] from='client.16326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:26:00.080 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-20T00:26:00.080 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:26:00.107 DEBUG:teuthology.orchestra.run.smithi032:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:26:00.142 INFO:tasks.cephadm:Stopping all daemons... 2024-02-20T00:26:00.142 INFO:tasks.cephadm.mon.smithi005:Stopping mon.smithi005... 2024-02-20T00:26:00.143 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005 2024-02-20T00:26:00.453 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:26:00 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for bd3d5ebe-cf82-11ee-95bb-87774f69a715... 2024-02-20T00:26:00.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:26:00 smithi005 bash[164234]: Error: no container with name or ID "ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon.smithi005" found: no such container 2024-02-20T00:26:00.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:26:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:26:00.451+0000 7f9e45b96700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:26:00.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:26:00 smithi005 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005[35679]: debug 2024-02-20T00:26:00.451+0000 7f9e45b96700 -1 mon.smithi005@0(leader) e2 *** Got Signal Terminated *** 2024-02-20T00:26:00.756 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 20 00:26:00 smithi005 bash[164273]: ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi005 2024-02-20T00:26:01.001 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi005.service' 2024-02-20T00:26:01.055 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T00:26:01.055 INFO:tasks.cephadm.mon.smithi005:Stopped mon.smithi005 2024-02-20T00:26:01.056 INFO:tasks.cephadm.mon.smithi032:Stopping mon.smithi032... 2024-02-20T00:26:01.056 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi032 2024-02-20T00:26:01.344 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:26:01 smithi032 systemd[1]: Stopping Ceph mon.smithi032 for bd3d5ebe-cf82-11ee-95bb-87774f69a715... 2024-02-20T00:26:01.344 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:26:01 smithi032 bash[62008]: Error: no container with name or ID "ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon.smithi032" found: no such container 2024-02-20T00:26:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:26:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:26:01.341+0000 7f2aebce1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi032 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:26:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:26:01 smithi032 ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032[39665]: debug 2024-02-20T00:26:01.341+0000 7f2aebce1700 -1 mon.smithi032@1(peon) e2 *** Got Signal Terminated *** 2024-02-20T00:26:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Feb 20 00:26:01 smithi032 bash[62048]: ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715-mon-smithi032 2024-02-20T00:26:01.901 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bd3d5ebe-cf82-11ee-95bb-87774f69a715@mon.smithi032.service' 2024-02-20T00:26:01.959 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T00:26:01.959 INFO:tasks.cephadm.mon.smithi032:Stopped mon.smithi032 2024-02-20T00:26:01.960 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T00:28:42.073 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T00:29:34.802 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:29:34.857 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:29:34.892 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-20T00:29:34.894 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/ubuntu@smithi005.front.sepia.ceph.com/crash 2024-02-20T00:29:34.895 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:29:34.938 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T00:29:34.938 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-02-20T00:29:34.940 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/ubuntu@smithi032.front.sepia.ceph.com/crash 2024-02-20T00:29:34.941 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:29:34.988 INFO:teuthology.orchestra.run.smithi032.stderr:tar: /var/lib/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T00:29:34.989 INFO:teuthology.orchestra.run.smithi032.stderr:tar: Error is not recoverable: exiting now 2024-02-20T00:29:34.990 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-20T00:29:34.990 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-20T00:29:35.026 INFO:teuthology.orchestra.run.smithi005.stdout:2024-02-20T00:11:36.092287+0000 mon.smithi005 (mon.0) 635 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:29:35.027 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-20T00:29:35.027 INFO:tasks.cephadm:Compressing logs... 2024-02-20T00:29:35.028 DEBUG:teuthology.orchestra.run.smithi005:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:29:35.070 DEBUG:teuthology.orchestra.run.smithi032:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:29:35.103 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-20T00:29:35.103 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:29:35.103 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.5.log 2024-02-20T00:29:35.104 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi005.log 2024-02-20T00:29:35.104 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.ikekgp.log 2024-02-20T00:29:35.104 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.5.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi005.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T00:29:35.105 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-20T00:29:35.105 INFO:teuthology.orchestra.run.smithi032.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-20T00:29:35.106 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:29:35.106 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T00:29:35.107 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.ikekgp.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log: 57.8% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.ikekgp.log.gz 2024-02-20T00:29:35.107 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log 2024-02-20T00:29:35.107 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-20T00:29:35.107 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log: 95.0% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T00:29:35.107 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:29:35.108 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-20T00:29:35.109 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi032.hsdzdh.log 2024-02-20T00:29:35.109 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log 2024-02-20T00:29:35.109 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi032.hsdzdh.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-20T00:29:35.109 INFO:teuthology.orchestra.run.smithi032.stderr: 95.4% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T00:29:35.110 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.vxjvpb.log 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.vxjvpb.log: 77.3% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.vxjvpb.log.gz 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.muropv.log 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr: 90.5% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T00:29:35.111 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.muropv.log: 65.2% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi032.muropv.log.gz 2024-02-20T00:29:35.113 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:29:35.113 INFO:teuthology.orchestra.run.smithi032.stderr: 92.0% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T00:29:35.113 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-20T00:29:35.114 INFO:teuthology.orchestra.run.smithi032.stderr: 93.2% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi032.hsdzdh.log.gz 2024-02-20T00:29:35.114 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi032.log 2024-02-20T00:29:35.115 INFO:teuthology.orchestra.run.smithi032.stderr: 92.6% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:29:35.115 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-20T00:29:35.116 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.2.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-20T00:29:35.116 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.0.log: 90.3% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T00:29:35.116 INFO:teuthology.orchestra.run.smithi005.stderr: 92.6% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:29:35.116 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T00:29:35.116 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.qwyrcu.log 2024-02-20T00:29:35.117 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.qwyrcu.log: gzip -5 --verbose -- /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi005.opddmj.log 2024-02-20T00:29:35.117 INFO:teuthology.orchestra.run.smithi005.stderr: 77.9% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-client.rgw.foo.smithi005.qwyrcu.log.gz 2024-02-20T00:29:35.124 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi005.opddmj.log: 91.7% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T00:29:35.142 INFO:teuthology.orchestra.run.smithi005.stderr: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:29:35.344 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi032.log: /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.4.log: 92.4% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi032.log.gz 2024-02-20T00:29:35.412 INFO:teuthology.orchestra.run.smithi005.stderr: 90.1% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mgr.smithi005.opddmj.log.gz 2024-02-20T00:29:35.883 INFO:teuthology.orchestra.run.smithi005.stderr: 90.0% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-mon.smithi005.log.gz 2024-02-20T00:29:35.894 INFO:teuthology.orchestra.run.smithi005.stderr: 93.0% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-20T00:29:35.910 INFO:teuthology.orchestra.run.smithi032.stderr: 92.7% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-20T00:29:35.941 INFO:teuthology.orchestra.run.smithi032.stderr: 93.5% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-20T00:29:36.081 INFO:teuthology.orchestra.run.smithi005.stderr: 93.2% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-20T00:29:36.090 INFO:teuthology.orchestra.run.smithi032.stderr: 93.0% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-20T00:29:36.286 INFO:teuthology.orchestra.run.smithi032.stderr: 93.3% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-20T00:29:36.287 INFO:teuthology.orchestra.run.smithi032.stderr: 2024-02-20T00:29:36.287 INFO:teuthology.orchestra.run.smithi032.stderr:real 0m1.196s 2024-02-20T00:29:36.288 INFO:teuthology.orchestra.run.smithi032.stderr:user 0m3.904s 2024-02-20T00:29:36.288 INFO:teuthology.orchestra.run.smithi032.stderr:sys 0m0.164s 2024-02-20T00:29:36.334 INFO:teuthology.orchestra.run.smithi005.stderr: 93.2% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-20T00:29:36.345 INFO:teuthology.orchestra.run.smithi005.stderr: 93.1% -- replaced with /var/log/ceph/bd3d5ebe-cf82-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-20T00:29:36.347 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-20T00:29:36.348 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m1.259s 2024-02-20T00:29:36.348 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m5.160s 2024-02-20T00:29:36.348 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.224s 2024-02-20T00:29:36.348 INFO:tasks.cephadm:Archiving logs... 2024-02-20T00:29:36.348 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/ubuntu@smithi005.front.sepia.ceph.com/log 2024-02-20T00:29:36.349 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:29:37.090 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/ubuntu@smithi032.front.sepia.ceph.com/log 2024-02-20T00:29:37.091 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:29:37.686 INFO:tasks.cephadm:Removing cluster... 2024-02-20T00:29:37.686 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 --force 2024-02-20T00:29:38.105 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd3d5ebe-cf82-11ee-95bb-87774f69a715 --force 2024-02-20T00:29:38.529 INFO:tasks.cephadm:Removing cephadm ... 2024-02-20T00:29:38.529 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:29:38.552 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:29:38.571 INFO:tasks.cephadm:Teardown complete 2024-02-20T00:29:38.571 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-20T00:29:38.582 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-02-20T00:29:38.582 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_1 2024-02-20T00:29:38.731 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T00:29:38.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:38.734 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-02-20T00:29:38.735 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_2 2024-02-20T00:29:38.886 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T00:29:38.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:38.889 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-02-20T00:29:38.889 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_3 2024-02-20T00:29:39.015 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T00:29:39.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.017 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-02-20T00:29:39.017 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_4 2024-02-20T00:29:39.143 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T00:29:39.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.145 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-20T00:29:39.145 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-02-20T00:29:39.180 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi032:/dev/vg_nvme/lv_1... 2024-02-20T00:29:39.180 DEBUG:teuthology.orchestra.run.smithi032:> sudo nvme disconnect -n lv_1 2024-02-20T00:29:39.319 INFO:teuthology.orchestra.run.smithi032.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T00:29:39.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.321 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi032:/dev/vg_nvme/lv_2... 2024-02-20T00:29:39.321 DEBUG:teuthology.orchestra.run.smithi032:> sudo nvme disconnect -n lv_2 2024-02-20T00:29:39.458 INFO:teuthology.orchestra.run.smithi032.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T00:29:39.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.460 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi032:/dev/vg_nvme/lv_3... 2024-02-20T00:29:39.460 DEBUG:teuthology.orchestra.run.smithi032:> sudo nvme disconnect -n lv_3 2024-02-20T00:29:39.589 INFO:teuthology.orchestra.run.smithi032.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T00:29:39.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.591 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi032:/dev/vg_nvme/lv_4... 2024-02-20T00:29:39.591 DEBUG:teuthology.orchestra.run.smithi032:> sudo nvme disconnect -n lv_4 2024-02-20T00:29:39.727 INFO:teuthology.orchestra.run.smithi032.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T00:29:39.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:39.729 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-02-20T00:29:39.729 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/scratch_devs 2024-02-20T00:29:39.765 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-20T00:29:39.776 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-20T00:29:39.776 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:29:39.779 DEBUG:teuthology.orchestra.run.smithi032:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:29:39.796 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-02-20T00:29:39.802 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:29:39.803 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-20T00:29:39.803 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +984us[ +994us] +/- 103ms 2024-02-20T00:29:39.803 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 40 -870us[ -860us] +/- 54ms 2024-02-20T00:29:39.803 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +643us[ +643us] +/- 90ms 2024-02-20T00:29:39.803 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:29:39.826 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 +992us[ +992us] +/- 103ms 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:^* hv02.front.sepia.ceph.com 3 7 377 37 -852us[ -864us] +/- 54ms 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +647us[ +635us] +/- 90ms 2024-02-20T00:29:39.831 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:29:39.832 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-20T00:29:39.842 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-20T00:29:39.842 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-20T00:29:39.851 DEBUG:teuthology.orchestra.run.smithi005:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T00:29:39.938 DEBUG:teuthology.orchestra.run.smithi032:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T00:29:40.013 DEBUG:teuthology.orchestra.run.smithi005:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:29:40.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:40.051 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:29:40.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:40.088 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-20T00:29:40.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-20T00:29:40.109 INFO:teuthology.task.internal:Duration was 2428.366678 seconds 2024-02-20T00:29:40.110 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-20T00:29:40.119 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-20T00:29:40.119 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:29:40.122 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:29:40.179 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:29:40.188 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:29:40.522 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-20T00:29:40.522 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-02-20T00:29:40.522 DEBUG:teuthology.orchestra.run.smithi005:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:29:40.550 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi032.front.sepia.ceph.com 2024-02-20T00:29:40.551 DEBUG:teuthology.orchestra.run.smithi032:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:29:40.579 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-20T00:29:40.579 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:29:40.594 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:29:40.684 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-20T00:29:40.684 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:29:40.687 DEBUG:teuthology.orchestra.run.smithi032:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:29:40.862 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-20T00:29:40.873 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-20T00:29:40.873 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:29:40.904 DEBUG:teuthology.orchestra.run.smithi032:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:29:40.936 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-20T00:29:40.946 DEBUG:teuthology.orchestra.run.smithi005:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:29:40.949 DEBUG:teuthology.orchestra.run.smithi032:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:29:40.979 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-02-20T00:29:41.009 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = core 2024-02-20T00:29:41.033 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:29:41.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:41.062 DEBUG:teuthology.orchestra.run.smithi032:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:29:41.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:29:41.094 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-20T00:29:41.105 INFO:teuthology.task.internal:Transferring archived files... 2024-02-20T00:29:41.106 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/smithi005 2024-02-20T00:29:41.107 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:29:41.163 DEBUG:teuthology.misc:Transferring archived files from smithi032:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114/remote/smithi032 2024-02-20T00:29:41.164 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:29:41.212 INFO:teuthology.task.internal:Removing archive directory... 2024-02-20T00:29:41.212 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:29:41.214 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:29:41.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-20T00:29:41.280 INFO:teuthology.task.internal:Not uploading archives. 2024-02-20T00:29:41.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-20T00:29:41.290 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-20T00:29:41.290 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:29:41.293 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:29:41.312 INFO:teuthology.orchestra.run.smithi005.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:29 /home/ubuntu/cephtest 2024-02-20T00:29:41.329 INFO:teuthology.orchestra.run.smithi032.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:29 /home/ubuntu/cephtest 2024-02-20T00:29:41.331 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-20T00:29:41.342 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-20T00:29:41.362 INFO:teuthology.nuke:Checking targets against current locks 2024-02-20T00:29:41.391 DEBUG:teuthology.nuke:shortname: smithi005 2024-02-20T00:29:41.392 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:29:41.416 DEBUG:teuthology.nuke:shortname: smithi032 2024-02-20T00:29:41.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:29:41.420 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:44:04.078039', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPMT8BZIpJo7at4PD0ML/Bvkf4AMcZNrYFUL+rKNH+7vvatsNY8vkL3PLfZrROfRLPlpdwhPumnmLWjC6UwuHGc='} 2024-02-20T00:29:41.444 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568114', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:44:04.076558', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMRJskBesXCUL+GdVEgF1grIr2FVKpOI3OehEZ0rTuy2zMdJ2CJ+VkStikWSmNIDakUUUMbcu800UHL7fEn8rfc='} 2024-02-20T00:29:41.470 INFO:teuthology.orchestra.console.smithi005:Power off 2024-02-20T00:29:41.471 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:29:41.494 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-02-20T00:29:41.495 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:41.512 INFO:teuthology.orchestra.console.smithi032:Power off 2024-02-20T00:29:41.515 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:29:41.524 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-20T00:29:41.538 DEBUG:teuthology.orchestra.console.smithi032:power off output: Chassis Power Control: Down/Off 2024-02-20T00:29:41.538 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:41.560 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2024-02-20T00:29:45.525 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:45.561 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:45.636 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-20T00:29:45.670 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2024-02-20T00:29:49.640 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:49.671 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:29:49.750 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-02-20T00:29:49.782 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is off 2024-02-20T00:29:49.852 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-02-20T00:29:49.883 INFO:teuthology.orchestra.console.smithi032:Power off completed 2024-02-20T00:29:49.987 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 2428.366678237915 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=90ee8996537c4daab7bbeabdb532b05d status: fail success: false 2024-02-20T00:29:49.987 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T00:29:50.068 INFO:teuthology.run:FAIL